PropertyListBox.NewRow

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 18:27, 9 October 2015 by Admin (Talk | contribs) (1 revision imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Method
PropertyListBox.NewRow ( Name As String, Caption As String = "", isChild As Boolean = False )


Because the Listbox uses its own storage system, to add a new row to the Listbox, use this method instead of Addrow. Caption and isChild are optional parameters. If Caption is an empty String, the Name is used as Caption. The “isChild” parameter is to set the new row as a child to the last Header. This is only effective if the Listbox is Hierarchical.