Vincent,
Q1: I see that it creates a gap between the resources and the calendar that increases as you scroll down.
You can resolve this issue by overriding the padding values of resource tree icon and resource text, as demonstrated in the below shared snippets.
.e-schedule .e-timeline-view .e-resource-tree-icon { padding: 1 12px; } .e-schedule .e-timeline-view .e-resource-text { padding: 0 12px; } |
Sample: Attached as a zip file.
Q2: if you don't expand the cell groups and try to move appointments, everything gets misaligned.
You can resolve this issue by maintaining the minimum height for each row.
Attachment:
blazorschedulerresourcecellcsscustomization_7ef24143.zip