group standard buttons together in C# -


i wondering if there way group standard windows form buttons together, such way radio buttons can be, 1 can selected @ time. have 4 option buttons on form, want 1 button able selected, , background colour change selected button, if button pressed remove background colour on previous button , change colour on new button.

sorry if doesn't make sense

thanks

this approach uses toggle buttons in list box , uses selected item binding managed 1 toggled. maintain button , add radio button behavior:

how group of toggle buttons act radio buttons in wpf?


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -