Our pure JavaScript Scheduler component


Post by valereimann »

Hello,
I wanted to ask if there is a possibility to always have a fixed height for the entire row. But still use the Stack layout.

So there would always be 3 Lines Height, but just sometimes filled with bars.
See example as picture

Attachments
Bild.png
Bild.png (57.87 KiB) Viewed 86 times

Post by alex.l »

Hi,

No, the layout you requested is called Pack, we do not support both in one, I am afraid. Stack will grow height of the resource.
There is a room for customization using custom https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/eventlayout/ProHorizontalLayout#config-layoutFn

You could try to implement it yourself. We have demo of custom layout here https://bryntum.com/products/schedulerpro/examples/custom-layouts/

All the best,
Alex


Post Reply