Skip to main content

All Questions

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 = ...
Ibtihaj's user avatar
  • 71