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
Hi, when using control as child of other control and without set Width and Height (wich means sizetype of ContentToSizeNoStretch), the image will not show.
The text was updated successfully, but these errors were encountered:
cuiliang
changed the title
Problem of MeasureOverride
MeasureOverride return Size(0,0) when using as child of container without setting Width and Height
Jun 6, 2021
Hi, when using control as child of other control and without set Width and Height (wich means sizetype of
ContentToSizeNoStretch
), the image will not show.Here is a debug session:
measureoverride.mp4
Size(0,0) is not Empty.
https://docs.microsoft.com/en-us/dotnet/api/system.windows.size.isempty?view=net-5.0
Thank you~
The text was updated successfully, but these errors were encountered: