verticalScroller
Gets the vertical scrollbar for the scroll view.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public Scroller verticalScroller { get; }
Remarks
The property provides access to the vertical scrollbar of the ScrollView. You can use it to control or monitor vertical scrolling, such as setting the scroll value, scrolling by a page, or handling scroll events. Refer to UIE-uxml-element-ScrollView for example usage and additional details.
verticalScroller