Background Image

Knowledge base articles about
styles

Search DlhSoft Team's blog for styles

Where can I find the default styles and templates for a DlhSoft component library, such as Hierarchical Data Library, Gantt Chart Library, or Project Management Library? The control styles archives (containing XAML resources for different available themes) can be found among other product sample applications (after the product overview sa…

In order to customize the look (i.e. style and template) of a control from Gantt Chart Library for WPF or Project Management Library for WPF, you can start by using the default control style (or template) value which you can obtain, in clear XAML, from the Generic.xaml file from our Gantt Chart Control Styles sample archive, and apply your own changes to it, for …

For the most common scenarios, you can customize the Gantt Chart task bars presented by the GanttChartView, GanttChartDataGrid, ScheduleChartView, and ScheduleChartDataGrid controls from Gantt Chart Light Library by defining values for StandardTaskTemplate, SummaryTaskTemplate, and MilestoneTaskTemplate properties, specifying the user interface to be lo…

If you need to customize the tree cell template of the DataTreeGrid control from Hierarchical Data Light Library or of the GanttChartDataGrid control from Gantt Chart Light Library you should be aware that they don't automatically merge the custom DataTemplates that you might specify as DataTreeGridColumn.CellTemplate and/or DataTreeGridColumn.CellEditTempl…

Is it possible to use custom task appearance (as indicated in Custom Appearance sample application) or task bar templating (as indicated in Bar Templating sample application) within the Gantt Chart control from Gantt Chart Library for WPF or Project Management Library for WPF data binding it to a collection of custom task item data obje…