Listboxes, scrolling in sync
I have 2 listboxes, same size, next to each other. Basically I am using them to represent linked items...Similar to having 2 columns and a number of rows in excel, with say, first name in one and last name in the other.
I am wondering if I could make it so that when one listbox is scrolled, the other listb开发者_开发问答ox scrolls in sync with it?
Hope this makes sense. Thanks ahead.
精彩评论