You can use ScrollPane, which is the equivalent object in B4J.
You may also have a look at xCustonListView which is based on ScrollViews and cross-platform.
You could also use ScrollView in B4A and ScrollPane in B4J and use the XUI library and declare the views as B4XViews, advantage same code for both platform.