Version

VirtualizationMode Enumeration

virtualization mode of the grid
Syntax
'Declaration
 
Public Enum VirtualizationMode 
   Inherits System.Enum
public enum VirtualizationMode : System.Enum 
Members
MemberDescription
Continuousthe body of the grid is recreated each time when new virtual rows buffer cannot visualize the required portion of data this mode can work with different row height. It can work with flat grid hierarchical grid and all their features.
Fixedthe body of the grid is rendered once and then repopulated when needed this mode works fine when rows height have equal size. Also, it can be used with flat grid only.
Requirements

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

View on GitHub