Type | Description | |||
Right as Boolean | A Boolean expression that defines the panel whose width is requested. | |||
Long | A long expression that specifies the width of the giving panel. |
Also, you can use the OnResizeControl property to specify one of the followings:
auto hide the calendar panel. Ability to hide the calendar section while the cursor is not in it (OnResizeControlEnum.exResizePanelRight Or OnResizeControlEnum.exCalendarFit Or OnResizeControlEnum.exCalendarAutoHide).
hide completely the calendar section (exHideSplitter)
specify the alignment of the calendar, as on the left or right side of the schedule view (OnResizeControlEnum.exChangePanels Or OnResizeControlEnum.exCalendarFit)
full or partially view of the calendar panel (exResizePanelRight)
disabling the control's vertical split bar ( so user can not resize the fixed panel ) (OnResizeControlEnum.exResizePanelRight Or OnResizeControlEnum.exDisableSplitter Or OnResizeControlEnum.exCalendarFit)