Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

making a listbox multiselect

Status
Not open for further replies.

bonosa

Computer
Joined
Jun 1, 2006
Messages
10
Location
US
I read that if you change the max property to something other than 1.0, it will become a multiselect listbox. I tried 2.0 and it doesnt, its still single select .I assume the shift or ctrlkeys is how you multiselect just like in windows programs? Apreciate the help,
sb
 
I had to do it in code
set(handles.listbox1,'Max',2);
and not through the property inspector. Now it works
thanks,
sb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top