making a listbox multiselect
making a listbox multiselect
(OP)
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
sb





RE: making a listbox multiselect
set(handles.listbox1,'Max',2);
and not through the property inspector. Now it works
thanks,
sb