'Declaration Public Enum ScrollingMode Inherits System.Enum
public enum ScrollingMode : System.Enum
Member | Description |
---|---|
Deferred | Deferred 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. |
Virtual | Virtual mode. In this mode the grid scrolls without a delay within its cache and delays when new rows are being requested from the server. |
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