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