Scroll Event
Collapse the table of content
Expand the table of content

ScrollBar::Scroll Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Occurs one or more times as content scrolls in a ScrollBar when the user moves the Thumb.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

No code example is currently available or this language may not be supported.
<ScrollBar Scroll="eventhandler"/>

This event typically occurs multiple times when the user changes the RangeBase::Value of the ScrollBar by moving the Thumb. There event is raised repeatedly as the Thumb position is dragged.

This event is not raised when the RangeBase::Value of the ScrollBar control is changed in code.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft