Skip to main content

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:

  • The Day View shows all-day events in the dedicated all-day event area (the ShowAllDayEventsInContentArea property is set to False).

  • The all-day event area is limited automatically (that is, the cxSchedulerAllDayEventContainerMaxLineCount global constant value is positive) or due to an insufficient scheduling area height.

  • There are all-day events scheduled for the currently displayed day that do not fit into the limited all-day event area.

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.

See Also