Is there any way to sync the scrollbars in a JavaFX 1.2 ListView?
Posted
by Xystus7777
on Stack Overflow
See other posts from Stack Overflow
or by Xystus7777
Published on 2010-04-28T15:19:56Z
Indexed on
2010/04/28
15:23 UTC
Read the original article
Hit count: 298
I have multiple listviews sidebyside. I have a way to make sure the "selectedIndex" is the same on all of them, but is there a way to make it so the scrollbar's are ALWAYS synchronized?
It seems that the scrollbars WILL be synced as long as the user uses the ARROW KEYS when navigating down the listview, however, if the user HOLDS DOWN the key, OR USES THE MOUSE WHEEL, they will not be synchronized at all.
Thanks in advance!
Andrew Davis NASA - Kennedy Space Center
© Stack Overflow or respective owner