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
If the RibbonGroupBox is disabled and collapsed state, The icon will be displayed with the enabled appearance, not the disabled appearance.
How to reproduce this issue
<Fluent:RibbonGroupBox Icon="{DynamicResource Fluent.Ribbon.Images.DefaultPlaceholder}" IsEnabled="False" KeyTip="ZXB" x:Name="B" Header="Spinners" IsLauncherVisible="True" LauncherClick="OnLauncherButtonClick">
The text was updated successfully, but these errors were encountered:
Merge pull request #934 from nishy2000/feature-933-support-group-box-…
20cf156
…medium-icon fix: #935 (Incorrect icon appearance), feat: #933 (support MediumIcon property of RibbonGroupBox)
Adding #935 to changelog
b82a69e
Successfully merging a pull request may close this issue.
If the RibbonGroupBox is disabled and collapsed state,
The icon will be displayed with the enabled appearance, not the disabled appearance.
How to reproduce this issue
e.g.
Environment
The text was updated successfully, but these errors were encountered: