Enable Scroll Option on All-Day Section in ASP.NET Core Scheduler

When you have a large number of appointments in the all-day row, it is difficult to view all of them at once. In that case, you can enable the scroller option for the all-day row by setting enableAllDayScroll to true. Its default value is false. When this property is set to true, an individual scroller is enabled for the all-day row when it reaches its maximum height on expanding.

NOTE

This property is not applicable when the Scheduler is configured with height set to auto.