can i access scrollpane of listview in java?
899206Nov 24 2011 — edited Nov 28 2011what i really want to do is being able to use my finger on a touch screen to scroll a listview, just like android or ios does (doesn't have to be fancy flick scroll - just want to move the scroll view)
in java, can i access the scrollpane of the listview in any way, so i can use ScrollPane.setHvalue(x) (based on mouse events)?
thanks,
aksel