Windows.UI.Xaml.Controls.Primitives.ScrollBar

June 22, 2022 · View on GitHub

-description

Represents a control that provides a scroll bar that has a sliding Thumb whose position corresponds to a value.

-xaml-syntax

<ScrollBar .../>

-remarks

If you need to handle pointer events for a UIElement in a scrollable view (such as a ScrollViewer), you must explicitly disable support for manipulation events on the element in the view by calling UIElement.CancelDirectmanipulation(). To re-enable manipulation events in the view, call UIElement.TryStartDirectManipulation().

-examples

-see-also

RangeBase