ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.8 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / ZoomTasks Method

In This Topic
    ZoomTasks Method (C1GanttView)
    In This Topic
    Zoom to many tasks.
    Syntax
    'Declaration
     
    Public Sub ZoomTasks( _
       ByVal tasks As System.Collections.Generic.List(Of Task) _
    ) 
    public void ZoomTasks( 
       System.Collections.Generic.List<Task> tasks
    )

    Parameters

    tasks
    See Also