Knoppi Active Member Licensed User Longtime User Nov 16, 2017 #1 I'm porting a b4a program to b4j. Which view can I take as a replacement for ScrollView2d? In the ScrollView2d i create a grid of ImageViews larger than the visible window. It must be possible to scroll in both directions.
I'm porting a b4a program to b4j. Which view can I take as a replacement for ScrollView2d? In the ScrollView2d i create a grid of ImageViews larger than the visible window. It must be possible to scroll in both directions.
Erel B4X founder Staff member Licensed User Longtime User Nov 16, 2017 #2 ScrollPane Note that you can use it as a B4XView with XUI library. It will be simpler. Upvote 0