[]
Scrolls the grid and chart views so that the specified task becomes visible.
public void ScrollToTask(BaseTask task)
Public Sub ScrollToTask(task As BaseTask)
| Type | Name | Description |
|---|---|---|
| BaseTask | task | The task that's scrolled to. |
Scrolls the grid and chart views so that the specified task becomes visible.
public void ScrollToTask(BaseTask task, bool scrollToBeginning)
Public Sub ScrollToTask(task As BaseTask, scrollToBeginning As Boolean)
| Type | Name | Description |
|---|---|---|
| BaseTask | task | The task that's scrolled to. |
| bool | scrollToBeginning | Indicates whether scroll to beginning of the task or not. |