You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to port the application from WPF to Avalonia UI and I'm stuck with one control that is fully functional in WPF but behaves weirdly in Avalonia UI.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to port the application from WPF to Avalonia UI and I'm stuck with one control that is fully functional in WPF but behaves weirdly in Avalonia UI.
Here is the markup:
`
<LayoutTransformControl.LayoutTransform>
</LayoutTransformControl.LayoutTransform>
And here is how it represented on the screen:
Could anybody suggest how to fix the image size and position but leave it display the same content?
Beta Was this translation helpful? Give feedback.
All reactions