ComponentOne GanttView for WinForms
ScrollToTask(Task) Method

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > C1GanttView Class > ScrollToTask Method : ScrollToTask(Task) Method
The task that's scrolled to.
Scrolls the grid and chart views so that the specified task becomes visible.
Syntax
'Declaration
 
Public Overloads Sub ScrollToTask( _
   ByVal task As Task _
) 
public void ScrollToTask( 
   Task task
)

Parameters

task
The task that's scrolled to.
See Also

Reference

C1GanttView Class
C1GanttView Members
Overload List