Hi,
we use the DxScrollView
and subscribe to the scroll-event. Is there a way to tell if the scroll event was triggered by a call to e.g. scrollToElement
or by the user?
In our use case we add content to the view and automatically scroll the end to make the latest content visible. If the user scrolls away we want to supend the automatic scrolling. For this to work we have to destinguish our automatic scrolling from a user scrollen.
Thanks,
Sascha