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
Binding properties of type Thickness, like Margin and Padding in Resource will cause the app to crash. The crash happens before the getter of the binding is even called.
I thought it might be unsupported, but using the same way to bind Color does work. So there might be an issue here.
Describe the bug
Binding properties of type
Thickness
, likeMargin
andPadding
inResource
will cause the app to crash. The crash happens before the getter of the binding is even called.I thought it might be unsupported, but using the same way to bind
Color
does work. So there might be an issue here.Steps to reproduce the bug
MainWindow.xaml
, use this xamlExpected behavior
No response
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.6.1: 1.6.240923002
Windows version
Windows 11 (22H2): Build 22621
Additional context
Repro
The text was updated successfully, but these errors were encountered: