views:

70

answers:

1

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

A: 

Unfortunately this is not possible, even in 1.3 there is no access to internal scrollbar and also there is any way how to set up custom scrollbar. If you can please file an issue against JavaFX Runtime describing your use-case. http://javafx-jira.kenai.com

Rastislav Komara

related questions