In running through a data file I generate a list of about 80 or more file names
I want to offer the user the option of selecting 2 or 3 non sequential items.
Do you guys use a ComboBox for this? It seems kinda akward.
Or lets say that you need to see all the items of a list of 200 items at the same time
and be able to select non-sequentially. How would you go about that?
------------------
Kind Regards
Mike
I want to offer the user the option of selecting 2 or 3 non sequential items.
Do you guys use a ComboBox for this? It seems kinda akward.
Or lets say that you need to see all the items of a list of 200 items at the same time
and be able to select non-sequentially. How would you go about that?
------------------
Kind Regards
Mike
Comment