Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / Scroll Method
The offset.


In This Topic
    Scroll Method
    In This Topic
    Scrolls the specified offset.
    Syntax
    'Declaration
     
    Public Sub Scroll( _
       ByVal offset As Integer _
    ) 
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim offset As Integer
     
    instance.Scroll(offset)
    public void Scroll( 
       int offset
    )

    Parameters

    offset
    The offset.
    Remarks
    This method requests the GcDropDownCalendar scrolling by the offset in different display mode: in GrapeCity.Windows.InputMan.CalendarMode.Month display mode, control scrolls by months; in GrapeCity.Windows.InputMan.CalendarMode.Year display mode, control scrolls by years; in GrapeCity.Windows.InputMan.CalendarMode.Year display mode, control scrolls by decades.
    See Also