agrosner
07/12/2022, 7:43 PMjava.lang.IllegalArgumentException: LazyHorizontalGrid's height should be bound by parent.
We started receiving this when we moved to the standard LazyHorizontalGrid
implementation in 1.2.0 (we're on rc01). This lives within a LazyVerticalGrid
(full span). Does this mean we need to fix the height of the grid within this container (no way for the content to speak to its size)Stylianos Gakis
07/12/2022, 8:28 PMagrosner
07/14/2022, 7:23 PMagrosner
07/14/2022, 7:23 PMagrosner
07/14/2022, 7:23 PMLazyRow
no problem, and we can mimic a grid this wayagrosner
07/14/2022, 7:24 PMStylianos Gakis
07/15/2022, 9:18 AMagrosner
07/15/2022, 5:53 PM