dhtmlx scheduler how to change a specific row height

Hello,

I am using the scheduler in the timeline view. I would like to change the top parent row height, how can I do that?

Hello,

Unfortunately I’m not fully understand which row you mean.

Possibly you need to change the height of the X-axis. Please use xy object for it.
scheduler.xy.scale_height = 25;

docs.dhtmlx.com/scheduler/api__ … other.html

I will try this out thanks.