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
I'm working on a drawing board tool that requires single selection menus and supports repeat selection tools.
But I realized that after set GroupName to Fluent:ToggleButton, both Click and Command no longer trigger when it checked .
Environment
Fluent.Ribbon v10.1.0
Windows 10
.NET Framework 4.7.2/.Net6.0
The text was updated successfully, but these errors were encountered:
That's by design as it would cause no button in the group to be selected anymore see #481.
It exactly the same behavior you get from a RadioButton.
The real issue here is that the base ToggleButton class has an OnToggle which can't be overridden because it's protected internal.
I'm working on a drawing board tool that requires single selection menus and supports repeat selection tools.
But I realized that after set GroupName to Fluent:ToggleButton, both Click and Command no longer trigger when it checked .
Environment
The text was updated successfully, but these errors were encountered: