Hi,
I've two questions about WinGanttView :
A.I want my user to be able to drag one of the created tasks in winGanttview and just drop it somewhereelse in the grid to change the order of tasks (like moving task in row 5 to row 1)
B.we can set task duration to different modes like Minutes,Hours,Days or weeks but how can we change the GanttChart calendar to show hours instead of days or weeks instead of days ?
Thanks
Hello,
I am just checking about the progress of this issue. Did you solve your issue accordingly to the information that Brian provided you?
Let me know if you need any further assistance.
A. Drag and drop is currently not supported
B. See UltraGanttView.TimelineSettings.PrimaryInterval. This is a settable property which takes a value of type DateTimeInterval. The DateInterval and TimeInterval classes each derive from DateTimeInterval, so you can support any unit of time between minutes and years using one of these classes.