Karlo Vuljanko
07/20/2023, 10:18 AMIntrinsicSize.Max()
in lazy components. (Understandably)
is there an easy way to work around this or do i have to do some magic with SubcomposeLayout / Create quasi non lazy pager with Row composable?Stylianos Gakis
07/20/2023, 10:27 AMAnchoredDraggable
it seems.Karlo Vuljanko
07/20/2023, 10:40 AMKarlo Vuljanko
07/20/2023, 10:41 AMStylianos Gakis
07/20/2023, 10:43 AMKarlo Vuljanko
07/20/2023, 11:44 AMAlbert Chang
07/20/2023, 11:44 AMoffscreenLimit
to cover all the pages and you should be able to achieve what you want.Karlo Vuljanko
07/20/2023, 11:49 AMStylianos Gakis
07/20/2023, 11:49 AMColton Idle
07/21/2023, 10:34 PMColton Idle
07/21/2023, 10:34 PMStylianos Gakis
07/21/2023, 11:03 PMAndrey Kulikov
07/22/2023, 1:02 PMbeyondBoundsPageCount
param on HorizontalPager
from compose:foundation. but keep in mind that loading a lot of pages at once will affect your performance. sometimes a more reasonable approach is to react on size changes nicely, like with having animateContentSize modifier on Pager, or something like this