[]
Scrolls the grid and chart views so that the specified task becomes visible.
public void ScrollToTask(Task task)
| Type | Name | Description |
|---|---|---|
| Task | task | The task that's scrolled to. |
Scrolls the grid and chart views so that the specified task becomes visible.
public void ScrollToTask(Task task, bool scrollToBegining)
| Type | Name | Description |
|---|---|---|
| Task | task | The task that's scrolled to. |
| bool | scrollToBegining | Indicates whether scroll to begining of the task or not. |