IReorderableListAdaptor Methods

Rotorz ReorderableList

IReorderableListAdaptor Methods

The IReorderableListAdaptor type exposes the following members.

Methods
  Name Description
Public method Add
Add new element at end of list.
Public method BeginGUI
Occurs before any list items are drawn.
Public method CanDrag
Determines whether an item can be reordered by dragging mouse.
Public method CanRemove
Determines whether an item can be removed from list.
Public method Clear
Clear all elements from list.
Public method DrawItem
Draws main interface for a list item.
Public method DrawItemBackground
Draws background of a list item.
Public method Duplicate
Duplicate existing element.
Public method EndGUI
Occurs after all list items have been drawn.
Public method GetItemHeight
Gets height of list item in pixels.
Public method Insert
Insert new element at specified index.
Public method Move
Move element from source index to destination index.
Public method Remove
Remove element at specified index.
Top
See Also