RadioButtonListBox

D

Doug Perkes

I am trying to find a control similar to the CheckedListBox control
but with Radio Buttons instead of Check boxes. Here's what I am
looking for:

Number of Radio Buttons set a design time using a collection editor
from the properties window
SelectedValue property
Support for horizontal or vertical layout

Does anything like this exist. This is very similar ot the ListBox
control, but with RadioButtons in addition to the text.

Thanks,

Doug Perkes
 
H

Herfried K. Wagner [MVP]

* (e-mail address removed) (Doug Perkes) scripsit:
I am trying to find a control similar to the CheckedListBox control
but with Radio Buttons instead of Check boxes. Here's what I am
looking for:

Number of Radio Buttons set a design time using a collection editor
from the properties window
SelectedValue property
Support for horizontal or vertical layout

Does anything like this exist. This is very similar ot the ListBox
control, but with RadioButtons in addition to the text.

Mhm... I would use a combobox ;-).
 

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