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

Prevent event card scaling when at view boundry

Asked by Anonymous
5 years ago.

I’m looking for some information regarding scheduling control. When the view is positioned so an event runs off the left hand edge the inner html is all scaled to remain visible and a small arrow is displayed on the left edge. Is it possible to disable this functionality so the inner html behaves similar to the background element and the progress bar?

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

You can disable this behavior using floatingEvents property:

dp.floatingEvents = false;

See also:
https://doc.daypilot.org/scheduler/floating-events/

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