adzinthepub
07-21-2003, 03:22 AM
hello,
i want to make the scroll bar on my list box invisable. is this possible. if so can anyone help.
thanks a lot
SpaceFrog
07-21-2003, 03:44 AM
What is the aim ?
The purpose of a list box beeing to offer list in minimum space ?
If you remove scroll, how would you reach other elements ?
Would items still need to be selectable ?
If so make an array of textboxes in a frame and play on top of textboxes
adzinthepub
07-21-2003, 04:27 AM
hello,
i've got two list boxes that have the same indexs (you helped me do this on friday, thanks!). so if you scroll down one list box the other will scroll down the same amount. therefore i only really need one of the scroll bars.
thanks
SpaceFrog
07-21-2003, 05:54 AM
Oki Doki,
I don't think it can be done with a listbox,
Why don't you look for another control or a list box with two columns ?