Docs (4.0.0)
class UIListView method

getIndexOfView

Returns the list index of the specified view, or of its parent(s).

getIndexOfView(view?: ManagedObject): number

Notes

  • If the specified view object is (currently) not contained within the list container, this method returns -1.

Related

  • class UIListViewA view composite that manages views for each item in a list of objects or values.