Click or drag to resize

GListResizeToFit Method (Int32)

Resize to list size to fit specified item count. If list layout is single column or flow horizontally, the height will change to fit. If list layout is single row or flow vertically, the width will change to fit.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ResizeToFit(
	int itemCount
)

Parameters

itemCount
Type: SystemInt32
Item count
See Also