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
- ProHorizontalLayoutPack — Alternative layout that packs events by reducing their 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.