'Declaration Public Overloads Sub ScrollToTask( _ ByVal task As Task, _ ByVal scrollToBegining As System.Boolean _ )
public void ScrollToTask( Task task, System.bool scrollToBegining )
Parameters
- task
- The task that's scrolled to.
- scrollToBegining
- Indicates whether scroll to begining of the task or not.