All Questions
Tagged with android-jetpack-compose-lazy-column scrollable
1 question
4
votes
1
answer
420
views
Automatically scroll up the lazy column to display the full height of the card when expanded
This code does not work as expected. I want lazy column to automatically scroll up to display the entire height of the card when expanded.
val listState = rememberLazyListState()
val coroutineScope = ...