Android Question libGDX lgScn2DScrollPanel Remove Scroll Bars

walterf25

Expert
Licensed User
Longtime User
Hi all, is there a way to remove the horizontal or vertical scroll bars on the lgScn2DScrollBar class, i read the documentation and there's a property to do it, but i don't think this property was wrapped in the library.

B4X:
setScrollbarsVisible(boolean visible)

Does anyone have any idea how to accomplish this, i tried using JavaObject but i get a Method not found error.

Any suggestions?

Thanks,
Walter
 
Top