Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.02 KB

File metadata and controls

32 lines (19 loc) · 1.02 KB
-api-id -api-type
T:Windows.UI.Xaml.Controls.Primitives.ScrollBar
winrt class

Windows.UI.Xaml.Controls.Primitives.ScrollBar

-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