문제

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