I want to render several items using the chat style. This is a style where the elements are snapped to the bottom part of the window. What is the most efficient way? It's easy to scroll at a lot of items to the bottom. But what if I have only 1 or 2 elements? What if I want to implement an auto-scroll feature while appending a new item?
Asked
Active
Viewed 203 times
0
-
Does this answer your question https://stackoverflow.com/a/58708206/12299030? – Asperi Sep 19 '20 at 11:59
-
looks good @Asperi thanks – Vyacheslav Sep 19 '20 at 12:04