HorizontalScrollview - Where is it?

pixelpop

Active Member
Licensed User
Longtime User
I need to build a simple horizontal text-only menu that scrolls farther than the width of the screen. I have seen numerous references to HorizontalScrollview, but can't locate a download. Any Help? Thanks!
 

pixelpop

Active Member
Licensed User
Longtime User
Yep, those are all very impressive, and I'm sure I will be going back to that thread a lot. But those all seem to use vertical scrolling. What I need is a single row that can be swpied left and right (like in the first example but with City, Country, Logitude, Latitiude, Elevation, Population, etc.) with each being a clickable item.
 
Upvote 0

JonPM

Well-Known Member
Licensed User
Longtime User
It's part of the Core library (standard for every B4A app)

Dim HSV as HorizontalScrollView
 
Upvote 0

pixelpop

Active Member
Licensed User
Longtime User
Ah! Thanks! Sure wish Erel would charge $100 for this...worth every penny and then he could hire someone to do a Core document with examples. But I'll dig into the core.xml and see if I can figure it out.
 
Upvote 0
Top