New to Kendo UI for VueStart a free 30-day trial

Adaptive Slot Height

Updated on Oct 31, 2025

By default the Kendo UI for Vue SchedulerViewSlot component adapts itself to fit all items inside it.

You can further set the minimum height of a slot through the minHeight of the slotStyle prop, or configure the maximum number of items in a MonthView through the itemsPerSlot.

The following example demonstrates the above properties in action:

Change Theme
Theme
Loading ...

Constant Slot Height

In order to disable the adaptive slot height and provide a constant height for the slots, set the following properties to the SchedulerViewSlot:

  • slotStyle.height In order to set the height of a single slot, and
  • expandable="false"—In order to disable the auto-expansion when more items fit in the slot.

The slots have minHeight of 75px by default.

The following example demonstrates disabling the adaptive slot height:

Change Theme
Theme
Loading ...
In this article
Constant Slot HeightSuggested Links
Not finding the help you need?
Contact Support