custom list view refresh

  1. Marcos Alves

    B4J Question Custom List View Panel Refresh

    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...
Top