I have a DayPilotScheduler where I add resources dynamically. I haven't set any height properties anywhere, and the height of the scheduler perfectly matches the number of resouces (=no vertical scroll-bar).
Setting the RowMarginBottom of the DayPilotScheduler does not increase the height of the scheduler automatically and hence not all resources are initially visible. The vertical scroll-bar is displayed just fine and the hidden resources are accessible.
I'm not sure if this is by design, or if not the height of the scheduler should automatically increase by adding the value of the RowMarginBottom to every resource added to the scheduler?
If, it is by design, where would be the best place to add this height logic?