property Schedule.AllowResizeSchedule as AllowKeysEnum
Specifies the combination of keys that allows the user to resize the schedule view.

TypeDescription
AllowKeysEnum An AllowKeysEnum expression that specifies the keys combination so the user can magnify or shrink ( zooming ) the scheduler view.
By default, the AllowResizeSchedule property is exMiddleClick, which indicates that the user magnify or shrink ( zooming ) the scheduler view if dragging the mouse while the MIDDLE mouse button is pressed. The AllowResizeSchedule property allows the user to magnify or shrink ( zooming ) the scheduler view with a click. The AllowMoveSchedule property allows the user to move or navigate the schedule view to a new position, without selecting a new date in the calendar panel. The AllowExchangePanels property allows the user to move a panel from a side to another. The LayoutStartChanging(exScheduleResize) event occurs once the user starts resizing the schedule view. The LayoutEndChanging(exScheduleResize) event occurs once the user resized the schedule view. The FitSelToView method restores the view to fit the selected dates. The ClipToSel property indicates whether the control clips the schedule panel to view the selected dates only.

The following screen shot shows the schedule view at initial position:

The following screen shot shows the schedule view being shrink: