SchedulerViewItem

By default, the SchedulerViewItem is responsible only for the positioning of the item inside the view.

Extending the Positioning

By default, an item is taking the entire height of the slot it fits it. We will cover a simple use-case where we replace the default SchedulerViewItem with a custom one — SchedulerProportionalViewItem which positions the item proportionally to the events length.

The following example demonstrates proportional positioning.

Example
View Source
Change Theme:

In this article

Not finding the help you need?