day_column_padding
Description
Adds padding to a view column
day_column_padding: number
Example
scheduler.config.day_column_padding = 20;
Default value: 8
Details
Events can extend to the full width of the view columns. The day_column_padding setting limits the maximum width that events can occupy within cells. This ensures that there is always some empty space at the sides of the column, allowing users to create new events by double-clicking on these empty areas.
Disabled padding
scheduler.config.day_column_padding = 0;

Enabled padding
scheduler.config.day_column_padding = 8;

Change log
- added in v7.0
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.