[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.Scroll

Scroll Method

Scroll(int)

Scrolls the specified offset.

Declaration
public void Scroll(int offset)
Public Sub Scroll(offset As Integer)
Parameters
Type Name Description
int 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.