GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / ScrollToTask Method / ScrollToTask(BaseTask) Method
The task that's scrolled to.

In This Topic
    ScrollToTask(BaseTask) Method
    In This Topic
    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