ComponentOne GanttView for WPF
ScrollToTask(BaseTask) Method

C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace > C1GanttView Class > ScrollToTask Method : ScrollToTask(BaseTask) 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 BaseTask _
) 
public void ScrollToTask( 
   BaseTask task
)

Parameters

task
The task that's scrolled to.
See Also

Reference

C1GanttView Class
C1GanttView Members
Overload List