Click or drag to resize
GenericListAdaptorT Methods

The GenericListAdaptorT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add new element at end of list.
Public methodBeginGUI
Occurs before any list items are drawn.
Public methodCanDrag
Determines whether an item can be reordered by dragging mouse.
Public methodCanRemove
Determines whether an item can be removed from list.
Public methodClear
Clear all elements from list.
Public methodDrawItem
Draws main interface for a list item.
Public methodDrawItemBackground
Draws background of a list item.
Public methodDuplicate
Duplicate existing element.
Public methodEndGUI
Occurs after all list items have been drawn.
Public methodGetItemHeight
Gets height of list item in pixels.
Public methodInsert
Insert new element at specified index.
Public methodMove
Move element from source index to destination index.
Public methodRemove
Remove element at specified index.
Top
See Also