ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / ScrollPosition Property

In This Topic
    ScrollPosition Property (C1GanttView)
    In This Topic
    Gets the task and date in left upper corner of chart view or scrolls the grid and chart views to the specified task and date.
    Syntax
    'Declaration
     
    Public Property ScrollPosition As TaskDatePoint
    public TaskDatePoint ScrollPosition {get; set;}
    See Also