• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

scrolling listboxes

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

asusradeon

Member
Joined
Oct 25, 2004
Location
127.0.0.1
how can i get 2 listboxes to scroll at the same rate, therefore keeping the items lined up correctly. im using visual c# express 2005

thanks
 
man, you are making me want to get back into C# programming =P My thought would be that it should be a simple thing for the most part. Computers can operate quickly enough that if you call an event for when listbox1 moves, to move listbox2, and listbox2 to move listbox1, then they should scroll at the same time, at the same rate. Unless i'm misunderstanding you.
 
lol y did u ever leave c# its amazin lol... i think ur understanding me.. ill look into using events to move the other listbox. thanks
 
is ther an event for when a listbox scrolls ? and how can i check for the event then scroll the other listbox ?

thanks
 
Back