Click or drag to resize

GListnumItems Property

Set the list item count. If the list is not virtual, specified number of items will be created. If the list is virtual, only items in view will be created.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int numItems { get; set; }

Property Value

Type: Int32
See Also