[]
        
(Showing Draft Content)

C1.Win.GanttView.C1GanttView.ScrollToTask

ScrollToTask Method

ScrollToTask(Task)

Scrolls the grid and chart views so that the specified task becomes visible.

Declaration
public void ScrollToTask(Task task)
Parameters
Type Name Description
Task task

The task that's scrolled to.

ScrollToTask(Task, bool)

Scrolls the grid and chart views so that the specified task becomes visible.

Declaration
public void ScrollToTask(Task task, bool scrollToBegining)
Parameters
Type Name Description
Task task

The task that's scrolled to.

bool scrollToBegining

Indicates whether scroll to begining of the task or not.