How to get a group of toggle buttons to act like radio buttons in WPF?
Posted
by code-zoop
on Stack Overflow
See other posts from Stack Overflow
or by code-zoop
Published on 2010-03-02T11:08:30Z
Indexed on
2010/03/23
13:23 UTC
Read the original article
Hit count: 362
wpf
I have a group of buttons that should act like toggle buttons, but also as radio buttons where only one button can be selected / pressed down at a current time. It also need to have a state where none of the buttons are selected / pressed down.
The behavior will be kind of like Photoshop toolbar, where zero or one of the tools are selected at any time!
Any idea how this can be implemented in WPF?
© Stack Overflow or respective owner