Following your previous help on the resource column width issue, I have a similar question about row height in the timeline view.
I would like to reduce the height of the resource rows to display more resources on screen.
When I try to reduce the row height using CSS on .k-scheduler-row (e.g. min-height: 20px ), the rows do get smaller but the appointments become misaligned — their vertical position is calculated based on the original row height, not the new one.
I saw this was a requested feature but I didn't find updates on the forum.
Is there a way to achieve this ?
Thank you in advance for your answer.