Click or drag to resize

GList.ResizeToFit Method (Int32, 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,
	int minSize
)

Parameters

itemCount
Type: System.Int32
>Item count
minSize
Type: System.Int32
If the result size if smaller than minSize, then use minSize.
See Also