expandchildren

  1. epiCode

    B4A Library [B4X] Expander v2 : Expandable CustomListView

    Expander : Expandable CustomListView based on Erel's Expandable List View, xCustomListView and XUI I needed to modify Expandable List View to customize it to my need and hence this Library. Features: ~ Easy to Configure. No layouts. No Images. ~ Does not use layout. So it is slightly faster...
  2. K

    Android Question UltimateListView ExpandChildren Error

    I'm using Informatix UltimateListView https://www.b4x.com/android/forum/threads/lib-chargeable-ultimatelistview.22736/ Code : ulv.SetChildren(ItemID, Children, "show") ulv.ExpandChildren(ItemID) If Children => ' (ArrayList) [100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]' It work...
Top