Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / ScrollPosition Property

In This Topic
    ScrollPosition Property (C1Schedule)
    In This Topic
    Gets or sets the System.Drawing.Point value determining the current scroll position.
    Syntax
    'Declaration
     
    Public Property ScrollPosition As System.Drawing.Point
    public System.Drawing.Point ScrollPosition {get; set;}
    See Also