Premium support for our pure JavaScript UI components


Post by jarmen »

Is there any way to set infinite scroll in one direction only?

We can set infinite scroll for any start/end date here: https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineScroll#config-infiniteScroll

We would like to be able to set a fixed start date (today), and allow infinite scrolling towards the end date. Theoretically, we would have an argument on infiniteScroll or the the buffer threshold configs that would allow us to set either a fixed start / end date.


Post by tasnim »

You could achieve it by setting a https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/Scheduler#config-minDate for the scheduler so it won't go beyond that date, and you can scroll infinitely to the future.

Best regards,
Tasnim

How to ask for help? Please read our Support Policy


Post by jarmen »

Great, thank you!


Post Reply