Cell Stacking Mode
DayPilot Month supports two different event stacking modes.
EventStackingMode="Row" (default)

In row stacking mode, multiday events are supported and the row height is stretched according to number of events.
EventStackingMode="Cell"

In cell stacking mode, only one-day events are supported, the row height is fixed. It's possible to set custom event ordering rules inside the day cells.
Comparison table
| |
EventStackingMode="Row" |
EventStackingMode="Cell" |
| Row height |
Dynamic (so all events fit) |
Fixed |
| Scrollbar inside a day cell |
No |
Yes, if needed |
| Multi-day events |
Yes |
No (end date is ignored) |
| Event moving allowed |
Yes |
Yes |
| Event resizing allowed |
Yes |
No |
Demo
Available Since