We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps: 1.Create a AppBarToggleButton. 2.Set the IsEnabled="False". 3.The AppBarToggleButton is Not greyed out
Code: <ui:AppBarToggleButton Label="AutoLogin1" IsEnabled="False" /> <ui:AppBarToggleButton Label="AutoLogin2" IsEnabled="True" />
Screenshots:
Note: There was a similar issue in another control in microsoft-ui-xaml microsoft/microsoft-ui-xaml#56 for your reference.
The text was updated successfully, but these errors were encountered:
eebdb5c
Thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
Steps:
1.Create a AppBarToggleButton.
2.Set the IsEnabled="False".
3.The AppBarToggleButton is Not greyed out
Code:
<ui:AppBarToggleButton Label="AutoLogin1"
IsEnabled="False" />
<ui:AppBarToggleButton Label="AutoLogin2"
IsEnabled="True" />
Screenshots:
Note:
There was a similar issue in another control in microsoft-ui-xaml microsoft/microsoft-ui-xaml#56 for your reference.
The text was updated successfully, but these errors were encountered: