Canvas SizeChanged is not triggered when it is inside another Canvas #2900
Labels
area-Layouts
bug
Something isn't working
needs-winui-3
Indicates that feature can only be done in WinUI 3.0 or beyond. (needs winui 3)
no-issue-activity
wct
Describe the bug
When modifying the width and height of the Canvas, If it's directly in another Canvas, ActualWidth and ActualHeight will change but SizeChanged is not triggered.
Steps to reproduce the bug
like this: https://github.com/cnbluefire/CanvasSizeChangedTest
Expected behavior
When a control's width and height change, it should trigger SizeChanged
Version Info
NuGet package version:
Additional context
The text was updated successfully, but these errors were encountered: