The
AllowAllDayEventScroll
property gets or sets a value that specifies whether the all-day event header
supports scrolling. Use the
ShowAllDayHeader
property to show the schedule's All-Day header so all All-Day evens are shown
on this header.
The
AllowCreateAllDayEvent property has effect only when the schedule displays
no time scale. The AllDayEventScrollEnum type supports the following flags:
| | Name | Value | Description | |
| |
exAllDayEventNoScroll | 0
|
The all-day event header supports no scroll.
| |
| |
exAllDayEventNoMin | 0
|
The all-day event header displays events as many as possible.
| |
| |
exAllDayEventMin4 | 4
|
The all-day event header displays at least 4 events. This flag can be combined
with
exAllDayEventScroll, exAllDayEventWheelScroll or any Max flag
| |
| |
exAllDayEventMin8 | 8
|
The all-day event header displays at least 8 events. This flag can be combined
with
exAllDayEventScroll,
exAllDayEventWheelScroll or any Max flag
| |
| |
exAllDayEventMin12 | 12
|
The all-day event header displays at least 12 events. This flag can be combined
with
exAllDayEventScroll,
exAllDayEventWheelScroll or any Max flag
| |
| |
exAllDayEventNoMax | 16
|
The all-day event header displays events as many as possible.
| |
| |
exAllDayEventMax4 | 64
|
The all-day event header displays at most 4 events. This flag can be combined
with
exAllDayEventScroll,
exAllDayEventWheelScroll or any Min flag
| |
| |
exAllDayEventMax8 | 128
|
The all-day event header displays at most 8 events. This flag can be combined
with
exAllDayEventScroll,
exAllDayEventWheelScroll or any Min flag
| |
| |
exAllDayEventMax12 | 192
|
The all-day event header displays at most 12 events. This flag can be combined
with
exAllDayEventScroll,
exAllDayEventWheelScroll or any Min flag
| |
| |
exAllDayEventScroll | 256
|
The all-day event header supports scrolling.
| |
| |
exAllDayEventWheelScroll | 4352
|
The user can scroll the all-day event header by rotating the mouse wheel, while the cursor hovers the header.
Remove this flag to disable scrolling using the mouse wheel.
| |