B4J Question Is there something similar to ScrollView for B4J?

vecino

Well-Known Member
Licensed User
Longtime User
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.
 

klaus

Expert
Licensed User
Longtime User
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.
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
Does it work with your finger on a touch screen with windows, or do you need a mouse?
The idea is to use only the finger, no mouse.
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
I have made a test and it works perfectly, with the mouse.
Then, it will surely work with the finger.
Thank you very much, friends.
 
Upvote 0
Top