Version

OnDeferredScrollingStarted Method

Called when the user has initiated a scrolling operation by dragging the scroll thumb.
Syntax
'Declaration
 
Protected Friend Overrides Sub OnDeferredScrollingStarted( _
   ByVal thumb As Thumb, _
   ByVal scrollBarOrientation As Orientation _
) 
protected internal override void OnDeferredScrollingStarted( 
   Thumb thumb,
   Orientation scrollBarOrientation
)

Parameters

thumb
scrollBarOrientation
Remarks

Note: This method will only be called if GetIsInDeferredScrollingMode returns true.

This is a convenient place for derived classes to create a ToolTip to use as a scroll tip. The OnDeferredScrollingEnded method will be called when the user stops dragging the scroll thumb.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also