B4J Question [ABMaterial] ABMList

giannimaione

Well-Known Member
Licensed User
Longtime User
Hello,
is it possible to extend the ABMList without clicking?
 

giannimaione

Well-Known Member
Licensed User
Longtime User
How would you like to expand the list without clicking? :)
yes.
my code
B4X:
dim abmlist1 as ABMList
...
...
abmlist1.AddItem(returnID,  ABMComponent)
...
...
'and many AddSubItem
abmlist1.AddSubItem(parentReturnID, returnIDX, ABMcomponent) 'how to expand this without click ?
....
....
amblist1.AddItem (......, .....)
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Try the themming options for ABMList objects
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Upvote 1
Top