ComponentOne GanttView for WinForms
ScrollToTask(Task,Boolean) Method

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > C1GanttView Class > ScrollToTask Method : ScrollToTask(Task,Boolean) Method
The task that's scrolled to.
Indicates whether scroll to begining 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 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.
See Also

Reference

C1GanttView Class
C1GanttView Members
Overload List