v7.3.0
SupportExamplesFree Trial

ProHorizontalLayoutPack

Handles layout of events within a row (resource) in horizontal mode. When multiple events overlap in time, this layout packs them by reducing their height so they all fit within the available row height, rather than increasing the row height. This is activated by setting eventLayout to 'pack' on the SchedulerPro instance.

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

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

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/ProHorizontalLayoutPack.js

    Contents