I wasn't clear enough. I don't want a horiz. Scroll view. I want a vertical scroll view but with data wider than the clv. The user can then scroll left and right to see the balance of the data. I could probably achieve the effect I want in B4J with the clv on a scrollpane but I don't think it has an equivalent in B4a/i.To get a horizontal ScrollView you need to set the List Orientation property to Horizontal.
And the you can set ScrollViewContentWidth wider than the CLV.
One option would be to have a horizontal CLVNested inside a vertical xClvI don't want a horiz. Scroll view. I want a vertical scroll view but with data wider than the clv. The user can then scroll left and right to see the balance of the dat
This ALMOST solves it. Really nice job. Just needs the vertical scrollbar on the left.One option would be to have a horizontal CLVNested inside a vertical xClv
CLVNested - Allows nesting CLVs
Putting a CLV inside another one will not work out of the box. The inner list will not be scrollable. CLVNested makes it possible. Limitations: - One list per item. - The user will not be able to interact with views added to the inner list. The basic features of the inner list will work. -...www.b4x.comIf you need help with it, come back.How to add multiple of "Horizontal CustomListView" inside "Vertical CustomListView" ?
Dear all, Greetings, How to add multiple of "Horizontal CustomListView" inside "Vertical CustomListView" ? i.e each "Horizontal CustomListView" seam as raw inside "Vertical CustomListView". Thanks on advance. Regardswww.b4x.com