Ryan Simon
04/22/2022, 12:36 PMHorizontalPager
to work inside of a LazyColumn
? I've got a rather involved screen that has multiple HorizontalPagers
for images and for tabs. All of the content should be vertically scrollable. Screenshot in thread.Chris Sinco [G]
04/22/2022, 3:29 PMRyan Simon
04/22/2022, 4:03 PMColton Idle
04/23/2022, 2:58 AMRyan Simon
04/25/2022, 9:24 PMLazyListScope
from the outer LazyColumn
inside of the HorizontalPager
, but that's the only way I got any of it to work at all.
I can't have LazyColumn
as content for my pager tabs because that breaks the nesting rule since HorizontalPager
already creates a LazyColumn
automatically for us