Background Image

Knowledge base articles about
height

Search DlhSoft Team's blog for height

In order to set the item (row) height within a component from Gantt Chart Library for WPF or Project Management Library for WPF you will need to set ItemHeight property values and optionally also BarHeight, BarMargin, and BarVerticalAlignment property values, at the control level (or at the item level, by using the similar attached properties for the appropriate control, such as G…

We dyanmically increase and header and/or item heights within chart-based list view controls of Gantt Chart Library for WPF or Project Management Library for WPF. However, decreasing them doesn't perform automatically on those components, because the minimum header height of a chart-based list view control is bound to the value of the ac…

GanttChartDataGrid component from Gantt Chart Light Library defines the AreIndividualItemHeightsAppied property that allows developers to configure specific ItemHeight values on specific GanttChartItem objects. However, because of an issue occuring inside the WPF based DataGrid control that the component internally uses, the actual data grid row presenters would …