ScrollToTask(Task) 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 Task _
)
public void ScrollToTask(
Task
)
Parameters
- task
- The task that's scrolled to.
See Also