Click to See Complete Forum and Search --> : ListBox bummer


cikastef
January 9th, 2007, 11:51 PM
Hi guys,
does anyone know how to create a few listboxes right next to each other and disable the vertical scroll bar on each but the right-most one. The scroll-bar would be controling all those list boxes. Basically I am trying to create a list that would look something like windows explorer. Where you have a file name column, data, size ect. Please help if you know the solution. Thanks
Stevan

martho
January 10th, 2007, 09:25 AM
Why not using the same control that windows-explorer does? Take a ListView and set the view to "details".

cikastef
January 11th, 2007, 03:51 PM
Thanks a lot, I do not know how I didn't see that control in the toolbox.
It works perfectly for me