GenericListAdaptor<(Of <(<'T>)>)> Constructor (list, itemDrawer, itemHeight)

Initializes a new instance of GenericListAdaptor<(Of <(<'T>)>)>.
public GenericListAdaptor(
	IList<T> list,
	ReorderableListControl..::..ItemDrawer<T> itemDrawer,
	float itemHeight
)

Parameters

list (IList<(Of <(<'T>)>)>)
The list which can be reordered.
itemDrawer (ReorderableListControl..::..ItemDrawer<(Of <(<'T>)>)>)
Callback to draw list item.
itemHeight (Single)
Height of list item in pixels.