J
JayCee
I have three Listboxes which display web log information. The item
list varies but can be up to 1000 items long. One List box displays
Bytes Sent, a second Listbox displays Requests and a third Listbox
displays the Date. The problem is that each Listbox has its own
scrollbar therefore when one of the Listboxes is scrolled down the
Lists are no longer lined up correctly. What I need to do is to lock
all three scrollbars together so they are synchronized, i.e. when I
scroll one of the bars, the other two scroll at the same time. If
possible I would like to hide the scrollbars on two of the Listboxes,
but that is not so important as long as all three scrollbars are
synchronized. Has any one got any ideas of how to do this, if at all
possible.
Thanks
list varies but can be up to 1000 items long. One List box displays
Bytes Sent, a second Listbox displays Requests and a third Listbox
displays the Date. The problem is that each Listbox has its own
scrollbar therefore when one of the Listboxes is scrolled down the
Lists are no longer lined up correctly. What I need to do is to lock
all three scrollbars together so they are synchronized, i.e. when I
scroll one of the bars, the other two scroll at the same time. If
possible I would like to hide the scrollbars on two of the Listboxes,
but that is not so important as long as all three scrollbars are
synchronized. Has any one got any ideas of how to do this, if at all
possible.
Thanks