[]
        
(Showing Draft Content)

C1.WPF.GanttView.C1GanttView.ScrollToTask

ScrollToTask Method

ScrollToTask(BaseTask)

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

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

The task that's scrolled to.

ScrollToTask(BaseTask, bool)

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

Declaration
public void ScrollToTask(BaseTask task, bool scrollToBeginning)
Parameters
Type Name Description
BaseTask task

The task that's scrolled to.

bool scrollToBeginning

Indicates whether scroll to beginning of the task or not.