Last Updated:
19 Feb 2026 06:54
by Gert
ScheduleView: Add mechanism to control the vertical position of the appointments in the same group in TimelineViewDefinition
Currently, the appointments in the same group in TimelineViewDefinition will be drawn on multiple lines if their date ranges overlap. Internally, the group height is split into "rows" for each overlapping that happens and then each appointment is rendered on the corresponding row.
Add a mechanism to control the number of rows and the row position of each appointments in the same group.