Lines Matching refs:ScrollBar
1 # ScrollBar chapter
3 The **ScrollBar** is used together with scrollable components, such as **List**, **Grid**, and **Sc…
17 ScrollBar(value: ScrollBarOptions)
71 > The **ScrollBar** component defines the behavior style of the scrollable area, and its subnodes d…
73 …the scrollable component only when their directions are the same. The **ScrollBar** component can …
75 > Since API version 12, the **ScrollBar** component displays a default scrollbar style when without…
89 ## Example 1: Implementing a ScrollBar Component with Child Components
91 This example illustrates the style of a **ScrollBar** component with child components.
123 …ScrollBar({ scroller: this.scroller, direction: ScrollBarDirection.Vertical,state: BarState.Auto }…
139 ## Example 2: Implementing a ScrollBar Component Without Child Components
141 This example illustrates the style of a **ScrollBar** component without child components.
172 …ScrollBar({ scroller: this.scroller, direction: ScrollBarDirection.Vertical,state: BarState.Auto })
184 This example demonstrates how to enable nested scrolling for a **ScrollBar** component using the **…
232 ScrollBar({ scroller: this.listScroller})