[]
Scrolls the grid and chart views so that the specified task becomes visible.
public void ScrollToTask(BaseTask task)
| 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)
| Type | Name | Description |
|---|---|---|
| BaseTask | task | The task that's scrolled to. |
| bool | scrollToBeginning | Indicates whether scroll to beginning of the task or not. |