Is it possible to set ScrollViewContentWidth wider than the CLV and then have a horizontal scrollbar? I know I could probably do a SB for each item but I am talking about the whole list.
If not move this post to the wish lists ?.
To get a horizontal ScrollView you need to set the List Orientation property to Horizontal.
And then you can set ScrollViewContentWidth wider than the CLV.
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.
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.
I will tell you what I am after is something akin to an MS Access datasheet view. If the data in the datasheet is wider than the form it is on a HSB appears and you can scroll left and right to see the data.
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 dat
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. -...
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. Regards
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. -...
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. Regards
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.