Version

ScrollingMode Enumeration

Enumeration used to determine whether record scrolling is deferred or immediate when dragging the scroll thumb.
Syntax
'Declaration
 
Public Enum ScrollingMode 
   Inherits System.Enum
public enum ScrollingMode : System.Enum 
Members
MemberDescription
DeferredScrolling is deferred until the scroll thumb is released.
DeferredWithScrollTipsScrolling is deferred until the scroll thumb is released. As the thumb is repositioned during the drag, a tooltip is displayed adjacent to the scroll thumb that provides information about the record that would be displayed as the new trecord if the mouse was released as that location.
ImmediateScrolling of records occurs while the thumb is being dragged.
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