Hello all,
In a customListView I'm trying to update some panels using this code:
Dim p As B4XView = CLV1.GetPanel(i)
p = createItem(orderId,clientName,orderStatus,orderValue)
Where createItem is the same routine used to create the panel. But the Custom List View Panel isn't being updated...
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.