Scrolling three lists in unison

Posted by Lee P12462 on May 12, 2009

I have an application where I want to have three scrolling "things" (maybe ListBox or StringGrids). The left and right "things" will be horizontally scrollable but the center "thing" will stay in the same spot (horizontal position). What is the most efficient way to detect a "scrolling event" in any of the three "things" and echo that event in the other two things? Tnx for any ideas :-)

Related articles

       

Follow Ups