Dim jo As JavaObject = TreeTableView1
Dim scrolls() As Object = jo.RunMethodJO("lookupAll", Array(".scroll-bar")).RunMethod("toArray", Null)
For Each scroll As Node In scrolls
scroll.Visible = False
scroll.Alpha = 0
Next
However it is not perfect and the table is still scrollable.
Dim jo As JavaObject = TreeTableView1
Dim scrolls() As Object = jo.RunMethodJO("lookupAll", Array(".scroll-bar")).RunMethod("toArray", Null)
For Each scroll As Node In scrolls
scroll.Visible = False
scroll.Alpha = 0
Next
However it is not perfect and the table is still scrollable.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.