Christoph Wiesner
10/07/2022, 1:55 PMLaunchedEffect(items) {
scrollState.animateScrollToItem(scrollState.layoutInfo.totalItemsCount - 1)
}
Problem I have is that on interaction on the last item (custom view) the last item changes in height bc. it shows more content.
How can I make the scrollview scroll not only to the last item but to the very bottom?
(Note: i cannot use reversedLayout
of LazyList bc. I need to be able to determine firstVisibleItem
(top) for a custom sticky header implementation)ste
10/08/2022, 5:36 AMChristoph Wiesner
10/10/2022, 6:39 AM