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
I have 2 VisualState that changes a button's content to a Row/Column devided Grid, that has Grid.RowSpacing and Grid.ColumnSpacing applied. But it seems to be lost after toggling the VisualState back to the exact same state prior.
Weird. The traditional way to do something like this would be to have both Grid's in the tree and collapse/expand from the visual state manager. I'd expect what you are doing to work, but not sure what is going on with those properties.
Describe the bug
I have 2
VisualState
that changes a button's content to a Row/Column devidedGrid
, that hasGrid.RowSpacing
andGrid.ColumnSpacing
applied. But it seems to be lost after toggling theVisualState
back to the exact same state prior.Steps to reproduce the bug
Create a new
Page
, use this xamlUse this code
Happens to both UWP & WinUI3 projects.
Expected behavior
No response
Screenshots
2024-02-28.00-29-20.mp4
NuGet package version
WinUI 3 - Windows App SDK 1.4.5: 1.4.240411001
Windows version
Windows 10 (1809): Build 17763
Additional context
No response
The text was updated successfully, but these errors were encountered: