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

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

Syntax

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

Implements

IGanttChartView..::.AreIndividualItemHeightsApplied

See Also