The treeImageMarginTop property (number) sets the top margin of the tree node image in pixels.
DayPilot.Scheduler.treeImageMarginTop2JavaScript
const dp = new DayPilot.Scheduler("dp", {
treeImageMarginTop: 5,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
treeImageMarginTop: 5,
// ...
};React
<DayPilotScheduler
treeImageMarginTop={5}
{/* ... */}
/>Vue
<DayPilotScheduler
:treeImageMarginTop="5"
<!-- ... -->
/>Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot