search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Is there any setting for showing More events red icon

Asked by Anonymous
5 years ago.

In the demo "https://aspnet.daypilot.org/demo/Calendar/ActiveAreas.aspx" i can see there are red icon indicator showing for more events at top and bottom of the day, Please refer attached screenshot, Is there any setting we need to do this?
Currently i am using angular4 daypilot calendar control, Is there any setting we need to do this?

Answer posted by Dan Letecky [DayPilot]
5 years ago.

You can enable the indicators using "scrollLabelsVisible" property:

config: any = {
  scrollLabelsVisible: true
}

See also:
https://doc.daypilot.org/calendar/scroll-labels/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.