showBoundCollectionSize
This property controls whether the list view displays the collection size (number of items).
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[CreateProperty]public bool showBoundCollectionSize { get; set; }
Remarks
The default value is . When this property is set to to , the ListView includes a TextField to control the array size.
truetrueAdditional Resources: BindingExtensions.Bind