Scroller.ScrollableChildCount
ScrollableChildCount
The number of child UIBlocks this scroller is capable of scrolling to.
Remarks
- Value can be larger than ChildCount if this UnityEngine.GameObject has an attached ListView component.
- This is the upper limit (exclusive) for the index that can be passed to ScrollToIndex(Int32, Boolean).
Declaration
public int ScrollableChildCount { get; }