TcxSchedulerDayView.AllDayAreaScrollBar Property
Specifies if an all-day event area shows a vertical scrollbar.
Declaration
property AllDayAreaScrollBar: TcxSchedulerAllDayAreaScrollBar read; write; default adsbDefault;
Property Value
Type | Default |
---|---|
TcxSchedulerAllDayAreaScrollBar | adsbDefault |
Remarks
Options include:
Value | Description |
---|---|
adsbDefault | The all-day event area shows the scrollbar only if the following conditions are met:
|
adsbNever | The scrollbar is never displayed; it is impossible to scroll all-day events. |
adsbAlways | The scrollbar is always visible. Note that it is disabled if the all-day event area shows all its content simultaneously. |
Note
A user can rotate the mouse wheel up or down to scroll the all-day event area’s content if it displays the active scrollbar, and the mouse pointer is within the all-day area.
The AllDayAreaScrollBar property’s default value is adsbDefault.