Hi guys, I want to use my jar app on Raspberry PI....
# tornadofx
d
Hi guys, I want to use my jar app on Raspberry PI. The problem is, when I am using DataGrid I am not able to scroll using pan gesture(scroll like on tablets, smartphone), only mouse wheel is working. Is there any solution for scrolling with pan gesture using DataGrid? Already tried with:
Copy code
-Dcom.sun.javafx.touch=true
Thanks