Parallel scrolling in Listboxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cheeese
    New Member
    • Jan 2007
    • 5

    Parallel scrolling in Listboxes

    Hello all,
    I am developing an application in VB6. I have 4 listboxes with vertical scrollbars. The requirement is thus: When I click on a particular item in a particular listbox, all the items in the other listboxes having the same index should get highlighted. Also when I scroll down with one list box, other list boxes should also scroll down by the same amount.

    Is this possible using listbox object or should I use a different object?


    Thank you
Working...