ListFieldAbsolute<(Of <(<'T>)>)> Method (position, list, drawItem, itemHeight)

Draw list field control.
public static void ListFieldAbsolute<T>(
	Rect position,
	IList<T> list,
	ReorderableListControl..::..ItemDrawer<T> drawItem,
	float itemHeight
)

Generic Template Parameters

T
Type of list item.

Parameters

position (Rect)
Position of control.
list (IList<(Of <(<'T>)>)>)
The list which can be reordered.
drawItem (ReorderableListControl..::..ItemDrawer<(Of <(<'T>)>)>)
Callback to draw list item.
itemHeight (Single)
Height of a single list item.