Background Image

Knowledge base articles about
drag

Search DlhSoft Team's blog for drag

By design and by default, when the end user drags and drops task bars in the Gantt Chart area, dependency constraints are applied within a standard task property change strategy indicated below: Start property value of the dependent task is changed during the drag and drop operation execution; When Start changes, Finish property value is updated in order to preserve task duration; Start and finish…

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…

To drag and drop task assignment bars among resource rows in Schedule Chart controls from Gantt Chart Library for WPF or Project Management Library for WPF at runtime, you need to: Hover the assignment task bar you want to move; a dotted line will be displayed at the bottom of the task bar; Move the task bar to a different resource row (i.e. vertically…

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…