Background Image

Knowledge base articles about
dependency

Search DlhSoft Team's blog for dependency

To enable auto-scheduling behavior on GanttChartDataGrid or GanttChartView component of Gantt Chart Light Library for Silverlight™ and WPF, Gantt Chart Hyper Library for HTML5/JavaScript®, or Gantt Chart Web Library for ASP .NET, you may set AreTaskDependencyConstraintsEnabled property of settings.areTaskDependencyConstraintsEnabled field to true. When auto-scheduling is turned o…

Sometimes you want to display dependency lines as Bezier segments instead of straight lines and/or allow the end users to create item dependencies using drag and drop operations and delete them using context menu items when you use NetworkDiagramView component of Gantt Chart Light Library. To help you get started, we have prepared a Network Diagram depend…

By default GanttChartDataGrid and GanttChartView controls from Gantt Chart Light Library use virtualization, which means that content template for chart items is actually applied and loaded only when the items get actually visible in the viewport, such as when the end user scrolls down the chart area to view those items. Sometimes, however, you may…

I need to set DependencyType and/or Tag properties of the new PredecessorItem object created when the end user performs a drag and drop operation to define a new dependency between two tasks (drawing a dependency line between two task bars) in the GanttChartDataGrid or GanttChartView control of Gantt Chart Light Library. You need to handle the CreatingDepe…