Is there is a way to see all items on the LazyColu...
# compose
i
Is there is a way to see all items on the LazyColumn?
a
could you please elaborate what do you mean?
i
When I have Bottom Bar for the Bottom Navigation, It is hiding some items when it stopped scrolling least half way.
a
do you use Scaffold? there is a padding param is Scaffold’s content composable, which you could apply as contentPadding for LazyColumn
i
Yes, I do for BottomBar, AppBar and content.