Autoheight timelineview tree cells

Hello,

How can I make the tree cell in the timelineview have an auto height, so the height increase when there’s more text than fit into the cell?

Regards,
Michiel Klaver

Hello,

Section height can be set up manually or automatically to fit whole screen height. With another option section height will increase if events do not fit in it.

Currently there are no options to increase section height based on text in it.

Kind regards,
Ilya

And if I always would have 2 lines of text into it, is this possible to set a fixed height?

Michiel

Yes, as I said section can be set up manually.

To do so pass ‘dy’ property to the function, for example:

scheduler.createTimelineView({ //... dy: 80 // now section will be 80 px });

Best regards,
Ilya