Turning off the multi-select option on a List Box

Keith Howard

Active member
Joined
Jan 28, 2010
Messages
28
Programming Experience
5-10
Hello,

Is it possible to turn off the multi-select option on a List Box? I want to limit the user to selecting one item.

Or...should I be using a different control?

Thanks.

Keith
 
Read the documentation for the ListBox class and find SelectionMode property.
 
Back
Top