I use a ListView to display ~6500 items (files). If I call scrollTo(index) it takes about 650ms (=0.65s) in average. In my opinion this is very, very slow (It feels very laggy). Does somebody know if there is a much more efficient way to realize the same?

有帮助吗?

解决方案

I created a jira ticket. This performance issue is fixed in JavaFX8.

https://javafx-jira.kenai.com/browse/RT-36183

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top