thanks for the response. the horizontal content is also a grid with items that may change in height / size.
agrosner
07/14/2022, 7:23 PM
so we cannot easily lock its height to a specific value
agrosner
07/14/2022, 7:23 PM
we can use a
LazyRow
no problem, and we can mimic a grid this way
agrosner
07/14/2022, 7:24 PM
but we lose the power of the new APIs with contentType and keys
s
Stylianos Gakis
07/15/2022, 9:18 AM
Aha I see what you mean now. Kind of like a calendar view which is scrollable in all directions. I am not gonna lie then, I don’t know what else to suggest and I am not sure of how to achieve such a result.
As I understand it, the lazy*grid API is there to achieve what the normal lazy APIs do but with the added flexibility of access to stuff like the adaptive GridCells to arrange the items in more interesting ways.
Maybe someone like @Andrey Kulikov can help you more on this if it’s even achievable in the first place.
a
agrosner
07/15/2022, 5:53 PM
yeah. its sort of a complex layout where we have content scrollable vertical with items in a full row, or in span broken columns. then we may have carousels and horizontzal grids inside that (full width span of course)