Gets or sets a value that indicates whether the control is using virtualization, displaying the user interface only for the items within the scroll view.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
bool IsVirtualizing { get; set; }
Visual Basic (Declaration)
Property IsVirtualizing As Boolean

See Also