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
At the moment the Windows App SDK (1.4) does not expose the necessary API's to C# to use VisualStateManager. A key blocker is that no x:Name can be set from C# - see this Windows App SDK discussion
A workaround for C# Markup for WinUI and Uno is to use VisualStateManager from a XAML resource - see this example C# Markup, which uses this XAML resource to animate a Button using the VisualStateManager
Is there no support for
VisualStateManager
?Originally posted by @YegorStepanov in #19 (comment)
The text was updated successfully, but these errors were encountered: