Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


showBoundCollectionSize

This property controls whether the list view displays the collection size (number of items).
Read time 1 minuteLast updated 10 days ago

Definition

[CreateProperty]public bool showBoundCollectionSize { get; set; }

Remarks

The default value is
true
. When this property is set to to
true
, the ListView includes a TextField to control the array size.
Additional Resources: BindingExtensions.Bind