Click to See Complete Forum and Search --> : Event Transfering


nirmit
October 2nd, 2000, 06:58 AM
In my application i have two Lists.They can have scroll bars if more values are inserted. Now if the scroll bar of one list is adjusted i want to adjust other scroll bar automatically. But adjustmentListener is not available for List. Reference to the scroll bar object inside the list seems to be unattainable. how to do that ?
Thanks.

kannanbalu
October 3rd, 2000, 05:07 PM
Read document about ScrollBarSynchronizer. That may solve your
problem.

Kannan