This will hopefully be my final listbox question.
When the user scrolls down for the first time, the listboxes scroll one at a time instead of synchronously. This happens because of the "smooth scrolling effect" that disappears after the first scroll.
Question: How do I either get the listboxes to scroll simultaneously, or take away the smooth scrolling effect altogether?
When the user scrolls down for the first time, the listboxes scroll one at a time instead of synchronously. This happens because of the "smooth scrolling effect" that disappears after the first scroll.
Question: How do I either get the listboxes to scroll simultaneously, or take away the smooth scrolling effect altogether?