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

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

Syntax

C#
[BindableAttribute(true)]
public bool IsVirtualizing { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IsVirtualizing As Boolean

See Also