B4J Question xCLV save items

G-ShadoW

Active Member
Licensed User
Longtime User
Hello, how to save Items (not Value) from customlistview ?

B4X:
Dim xclvSaveList As List
    xclvSaveList.Initialize
  
    For i = 0 To xCLVINJ.As(CustomListView).Size -1
        'Items...
        'xclvSaveList.Add(xCLVINJ.As(CustomListView).GetValue(i))
    Next
 

G-ShadoW

Active Member
Licensed User
Longtime User
B4X:
xclvSaveList.Add(xCLVINJ.as(CustomListView).GetPanel(i).GetView(0))

B4X:
'result'
Label@3c9b6563[styleClass=label]'Some Item text...'
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…