Enable Scroll Option on All-Day Section in ASP.NET MVC Scheduler
When you have a large number of appointments in the all-day row, it is difficult to view all of them properly. In that case, you can enable the scroller option for the all-day row by setting the EnableAllDayScroll property 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. This property is applicable to the Day, Week, Work Week, Timeline Day, Timeline Week, and Timeline Work Week views.
NOTE
This property is not applicable for the Scheduler when the
Heightis set toauto.