Can we call more than one method in scrollbar initializing?
For example
I have to call scrollToY and ScrollToX parallely. I know there is scrollToXY method present here, that is not in my scope. We can do it like below, but it can initialize one method at a time.
Can we call more than one method in scrollbar initializing?
For example I have to call
scrollToY
andScrollToX
parallely. I know there isscrollToXY
method present here, that is not in my scope. We can do it like below, but it can initialize one method at a time.Can I call something like below?