stopScrolling
Description​
Stops any ongoing scrolling of the given element.
- JavaScript
- C#
- Kotlin
stopScrolling(scrollElement: IContainer): voidvoid StopScrolling(IContainer scrollElement)fun stopScrolling(scrollElement: IContainer): Unit| Parameter | Summary |
|---|---|
scrollElementAll | The element which might be scrolling dynamically. |