WPF - Changing Radio Button to have Command Button Style???

S

samadams_2006

Hello,

I have a series of wpf radio buttons in a group that I would like to
have the look and feel of regular wpf command buttons. For example,
instead of a little circle with the label beside it, I would like to
have it shaped like a command button. When the user clicks on this
radiobutton, instead of the little circle being highlighted, I would
like it to have the look of a depressed command button.

I believe that this can be done via styles? Does anyone know or have
a style that I can use that will give this "command button" look and
feel?

Thanks
Sam
 
N

not_a_commie

You could change the template but I think it would be easier to just
use ToggleButtons and make the Checked event on one uncheck the others.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top