Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
WinGanttview Drag And Drop ,Calendar intervals
posted

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

  • 48586
    posted

    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.

  • 69832
    Suggested Answer
    Offline posted

    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.