bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Event height not being updated when fixed row height set to true #10125

Closed marciogurka closed 1 month ago

marciogurka commented 1 month ago

Forum post

"Hi,

I want to have fixed row height , if the events are stacked it should reduce the height of the event to accommodate row height. row height-old.PNG fixed row height.PNG"

https://github.com/user-attachments/assets/a67a7055-ecd3-449f-9b6c-dd6974511c48

isglass commented 1 month ago

Will close this issue, it is not a bug. fixedRowHeight & stack layout does not make sense to combine. fixedRowHeight is for performance optimization when all rows will use the same row height, while stack means rows should grow when events overlap. They cannot be combined