Jonathan
10/23/2024, 8:08 PMZach Klippenstein (he/him) [MOD]
10/23/2024, 8:10 PMJonathan
10/23/2024, 8:11 PMStylianos Gakis
10/23/2024, 8:12 PMsindrenm
10/24/2024, 6:45 AMStylianos Gakis
10/24/2024, 7:13 AMsindrenm
10/24/2024, 8:04 AMRow(Modifier.horizontalScroll().height(IntrinsicSize.Min)
, essentially. Nothing more fancy than that.Stylianos Gakis
10/24/2024, 8:48 AMsindrenm
10/24/2024, 10:02 AMStylianos Gakis
10/24/2024, 10:11 AMJonathan
10/24/2024, 12:35 PMmattinger
10/28/2024, 5:37 PMbeyondBoundsPageCount
you can use which makes it non lazy (ish). I don't think there's any way to do this with a LazyRow or LazyColumn. HorizontalPager has it's own internal measurement policy that's passed off to the LazyLayout function that is capable of forcing you into rendering a specific amount of items up front. But again, this is all internal to HorizontalPager and you won't be able to easily use this with something else.