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