getIndexOfView()
Returns the list index of the specified view, or of its parent(s).
getIndexOfView(view?: ObservableObject): number;
Notes
- If the specified view object is (currently) not contained within the list container, this method returns -1.
Related
class UIListView
A view wrapper that manages nested views for each item in a list.
