You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently implement this with scrollToItem({ index: itemCount - 1, align: "end" });, though it required me rearranging some code. This is also what's used in the "stick to bottom" example.
Additional Information
Thanks!
The text was updated successfully, but these errors were encountered:
sartak
changed the title
Add a way to scroll to the bottom of the list
Add easier way to scroll to the bottom of the list
Oct 29, 2023
Feature Request
Describe the Feature
I'd like a way to scroll to the bottom of the list.
Describe the Solution You'd Like
Either a
scrollToBottom
callback, or have thescrollTo
callback take an option to go to the bottom.Describe Alternatives You've Considered
I currently implement this with
scrollToItem({ index: itemCount - 1, align: "end" });
, though it required me rearranging some code. This is also what's used in the "stick to bottom" example.Additional Information
Thanks!
The text was updated successfully, but these errors were encountered: