navigateToEvent does not scroll to correct time

We’re using the method navigateToEvent when doing so, periodically the calendar does not scroll to the time of the event. Specifically, we are seeing this on future dates. Is there another method we can call that can scroll to the time of the event?

Hi @Rob_Lewis :wave:

If the navigateToEvent method is used, it should scroll horizontally and vertically to the event by default. As shown in this demo as well.

The only thing is that our components have to have a scrollbar. For example, if the height is not set properly and the scroll is on the main content, then the vertical scroll will not work.