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
When ToggleButton groupname is set to simulate radiobutton behaviour, user could try to untoggle button. It will raise unchecked event and binded property will set to false, but button itself will still be toggled (which is correct), but such behaviour will break ViewModel logic.
The text was updated successfully, but these errors were encountered:
When ToggleButton groupname is set to simulate radiobutton behaviour, user could try to untoggle button. It will raise unchecked event and binded property will set to false, but button itself will still be toggled (which is correct), but such behaviour will break ViewModel logic.
The text was updated successfully, but these errors were encountered: