ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / ScrollToTask Method / ScrollToTask(Task) Method
The task that's scrolled to.

In This Topic
    ScrollToTask(Task) 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 Task _
    ) 
    public void ScrollToTask( 
       Task task
    )

    Parameters

    task
    The task that's scrolled to.
    See Also