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
Here, an Image control is defined with a size set to 256 * 256 and Stretch set to Fill However, the actual size of the Image Control in the gui is not 256 * 256. and the image source is actually a 64 * 64 byte array.When I set Stretch to Uniform/UniformToFill, there won't be any changes.Is There any way to fill the entire image control with an image?
Describe the bug
Here, an Image control is defined with a size set to 256 * 256 and Stretch set to Fill However, the actual size of the Image Control in the gui is not 256 * 256. and the image source is actually a 64 * 64 byte array.When I set Stretch to Uniform/UniformToFill, there won't be any changes.Is There any way to fill the entire image control with an image?
To Reproduce
<ToolTip.Tip> <Image Width="256" Height="256" Source="{Binding Images.ReferenceImage, Mode=OneWay}" Stretch="Fill" /> </ToolTip.Tip>
Image Source actually is 64*64 byte array
Expected behavior
No response
Avalonia version
11.2.1
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: