scrollToBottom()
Scroll to the bottom of the scrollable content, if possible.
scrollToBottom(): void;
Notes
- This action may be handled asynchronously, and may not take effect immediately.
Related
class UIScrollView
A view class that represents a container element that allows users to scroll, emitting asynchronous scroll events.
