B4J Question Abmaterial Abmlist Scrollbar

alwaysbusy

Expert
Licensed User
Longtime User
You have to initialize it with a fixed height. e.g. if you put in 400 then the list will be 400px heigh, and if the content is longer, a scrollbar will appear.

B4X:
list3.InitializeWithMaxHeight(page, "list3", ABM.COLLAPSE_ACCORDION, 400, "list")

Alwaysbusy
 
Upvote 0
Top