Version

ScrollingMode Enumeration

Defines scrolling mode of the grid.
Syntax
'Declaration
 
Public Enum ScrollingMode 
   Inherits System.Enum
public enum ScrollingMode : System.Enum 
Members
MemberDescription
DeferredDeferred mode. In this mode the grid's rows are not moved until the scollbar is at rest. The first visible row index is displayed while scollbar is dragged.
VirtualVirtual mode. In this mode the grid scrolls without a delay within its cache and delays when new rows are being requested from the server.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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