Click or drag to resize
ReorderableListControlCalculateListHeight Method (Int32, Single)
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(
	int itemCount,
	float itemHeight
)

Parameters

itemCount
Type: SystemInt32
Count of items in list.
itemHeight
Type: SystemSingle
Fixed height of list item.

Return Value

Type: Single
Required list height in pixels.
See Also