A feature that allows the events in the Scheduler to have their ‘margin-bottom’ property assigned programmatically. This is required to support custom events with a border-width > 1px. Currently, the code calculating event position assumes the border-width on events will be 1px, and it works perfectly when that assumption is correct. Increasing the border-width results in events overlapping each other, which is something I’d like to avoid.