B4J Question Which view can I take as a replacement for ScrollView2d

Knoppi

Active Member
Licensed User
Longtime User
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.
 
Top