ScrollToTask(BaseTask) Method
In This Topic
Scrolls the grid and chart views so that the specified task becomes visible.
Syntax
'Declaration
Public Overloads Sub ScrollToTask( _
ByVal As BaseTask _
)
public void ScrollToTask(
BaseTask
)
Parameters
- task
- The task that's scrolled to.
See Also