This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug][UWP] VisualState "Disabled" not working on Button #12984
Labels
a/button
a/VSM
e/1 🕐
1
in-progress
This issue has an associated pull request that may resolve it!
p/UWP
t/bug 🐛
up-for-grabs
We welcome community contributions to any issue, but these might be a good place to start!
Description
From official document:
For Xamarin.Forms.Button on UWP, while
Normal
andFocused
VisualStates seem to work fine when defining their Setters (not sure whatSelected
would mean in a button so I didn't tested it),Disabled
VisualState doesn't seem to fire up.Steps to Reproduce
Expected Behavior
Disabled
VisualState work asNormal
,Focused
andPressed
states doActual Behavior
Disabled
VisualState is never shownBasic Information
Environment
The text was updated successfully, but these errors were encountered: