ComponentOne GanttView for WPF
ScrollToTask(BaseTask,Boolean) Method

C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace > C1GanttView Class > ScrollToTask Method : ScrollToTask(BaseTask,Boolean) Method
The task that's scrolled to.
Indicates whether scroll to beginning of the task or not.
Scrolls the grid and chart views so that the specified task becomes visible.
Syntax
'Declaration
 
Public Overloads Sub ScrollToTask( _
   ByVal task As BaseTask, _
   ByVal scrollToBeginning As System.Boolean _
) 
public void ScrollToTask( 
   BaseTask task,
   System.bool scrollToBeginning
)

Parameters

task
The task that's scrolled to.
scrollToBeginning
Indicates whether scroll to beginning of the task or not.
See Also

Reference

C1GanttView Class
C1GanttView Members
Overload List