Hello, for Android, with B4A it is easy to make a scrollable button bar with a ScrollView, can I do the same with any view for B4J for windows?
Thank you.
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.