Hi
The method this.content.scrollToBottom(duration);
will scroll the content to the bottom automatically.
If I pass a large value as the “duration” , the scrolling will happen slowly. (Which is what I expect)
Is it possible to stop / pause the scrolling halfway through (with a button action) whilst its scrolling?
So basically I’d like to control the scrollToBottom method grammatically.
Thanks
4 posts - 2 participants