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,
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;
I will try this out thanks.