GList.ResizeToFit 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 public void ResizeToFit(
int itemCount
)
Parameters
- itemCount
- Type: System.Int32
Item count
See Also