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
- ProHorizontalLayoutStack — Alternative layout that stacks events by increasing row height
- ProHorizontalLayout — Shared mixin providing grouping and custom layout support
- SchedulerPro — The scheduling view that uses this layout
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ProHorizontalLayout class, or subclass thereof.
-
Returns
trueif event grouper is defined.