Gets or sets a value indicating whether to consider individual GanttChartItem.ItemHeight property values (instead of only the main ItemHeight property value of the control) when computing item positions and sizes (false by default).

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

Syntax

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

See Also