Intersoft.Client.UI.Data Namespace > UXGridView Class : EnableRowVirtualization Property |
<CategoryAttribute("Common Properties")> Public Property EnableRowVirtualization As Boolean
Dim instance As UXGridView Dim value As Boolean instance.EnableRowVirtualization = value value = instance.EnableRowVirtualization
[CategoryAttribute("Common Properties")] public bool EnableRowVirtualization {get; set;}
[CategoryAttribute("Common Properties")] public: property bool EnableRowVirtualization { bool get(); void set ( bool value); }
To increase the overall performance, UXGridView implements row virtualization when rendering the rows. The main objective of this concept is to generate only the elements that will be displayed in the current viewport of UXGridView. This feature is particularly useful for scenarios when you are dealing with large dataset.
Although the virtualization feature is recommended in most scenarios, there might be some scenarios where this feature is undesireable. To turn off the virtualization feature, you simply set the EnableRowVirtualization property to false.
Target Platforms: 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