Closed GoogleCodeExporter closed 9 years ago
This does not look to me as an issue in ScalaFX. It actually behaves
differently in JavaFX 2.2 and JavaFX 8. Attached is a sample code that works
correctly in JavaFX 2.2 (ListViewWithScrollDemo.scala). Note that `scrollTo` is
invoked with a delay on application thread:
Platform.runLater {
scrollTo(4)
}
Interestingly this is not needed in JavaFX 8. Let me know if using
`Platform.runLater {}` resolves you problem.
Original comment by jpsacha
on 7 Mar 2014 at 9:20
RunLater works fine, thanks a lot!
Original comment by jpoi...@hotmail.fr
on 10 Mar 2014 at 8:18
Original comment by jpsacha
on 11 Mar 2014 at 3:49
Original issue reported on code.google.com by
poisat.j...@gmail.com
on 4 Mar 2014 at 10:43