Ethyl Casin
Ethyl Casin

Reputation: 793

How to change the behavior of JavaFX ListView to become like that Android ListView

Im developing a JavaFX Application to be deployed in Android but somehow Im facing these problems in JavaFX ListView:

How to overcome this problems?

Upvotes: 0

Views: 621

Answers (1)

José Pereda
José Pereda

Reputation: 45456

As for the laggy scrolling issue, check this question, for a list of possible hints on how performance could be improved.

The Gluon's CharmListView control has been designed precisely with those hints.

Try it including the experimental flag (since Charm 2.1.1): Set gluon.experimental.performance=true on the java.custom.properties file that should be placed under /src/android/resources`.

Upvotes: 1

Related Questions