v7.3.0
SupportExamplesFree Trial

ProHorizontalLayoutStack

Handles layout of events within a row (resource) in horizontal mode. When multiple events overlap in time, this layout stacks them vertically by increasing the row height so that each event retains its full configured height. This is the default layout used in horizontal mode and is activated by setting eventLayout to 'stack' on the SchedulerPro instance.

This layout supports grouping events inside the resource row. See ProHorizontalLayout for more info.

const schedulerPro = new SchedulerPro({
    eventLayout : 'stack'
});

See also

No results

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class

    Source path

    SchedulerPro/eventlayout/ProHorizontalLayoutStack.js

    Contents