[C# Markup] VisualStateManager not working in Custom control (or I am missing something...) #2565
Open
3 of 16 tasks
Labels
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification.
Current behavior
I implemented
VisualStateManager
as presented in example: VisualStateManagerIn this example,
VisualStateManager
is a property of a topmostUIElement
.It is working fine.
I created couples of other scenarios where
VisualStateManager
is not working, don't know why.VisualStateManager
is a property of topmost element in the custom controlVisualStateManager
is a property of a child of aPanel
in the custom controlHave look on different scenarios bellow:
VisualStateManager
to the child?VisualStateManager
in custom Control?VisualStateManager
in custom Control?Expected behavior
VisualStateManager
should work in all scenarios, I guess, or I miss something...How to reproduce it (as minimally and precisely as possible)
MINIMAL REPRO PROJECT: VisualStateManagerApp.zip
STEPS TO REPRODUCE
Environment
Nuget Package (s):
Package Version(s):
"Uno.Sdk": "5.3.108"
Issue is observed on both frameworks
Desktop
andWindowsSdk
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: