ReorderableListControl.CalculateListHeight Method (IReorderableListAdaptor)

Rotorz ReorderableList

ReorderableListControlCalculateListHeight Method (IReorderableListAdaptor)
Calculate height of list control in pixels.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public float CalculateListHeight(
	IReorderableListAdaptor adaptor
)
public function CalculateListHeight(
	adaptor : IReorderableListAdaptor
) : float

Parameters

adaptor
Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.

Return Value

Type: Single
Required list height in pixels.
See Also