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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Follow-up from PR #1373, if you place a RoundImageEx control in a StackPanel it behaves differently than an Image or ImageEx and is not shown at the full image height. It is instead truncated:
In the above, they were given 200 width in the parent container for images of 200x200 (no width/height given on the images themselves). ImageEx fills the available parent container size, but RoundImageEx instead is super tiny.
You'll see they behave differently, though I'd expect RoundImageEx to be the same size as ImageEx and use the size of the parent container like Image/ImageEx does.
Follow-up from PR #1373, if you place a RoundImageEx control in a StackPanel it behaves differently than an Image or ImageEx and is not shown at the full image height. It is instead truncated:
In the above, they were given 200 width in the parent container for images of 200x200 (no width/height given on the images themselves). ImageEx fills the available parent container size, but RoundImageEx instead is super tiny.
It's really if you compare this:
to this:
You'll see they behave differently, though I'd expect RoundImageEx to be the same size as ImageEx and use the size of the parent container like Image/ImageEx does.