Is there a way to make LazyVerticalGrid or LazyVerticalStaggeredGrid with a fixed amount of two columns to have the odd number of elements fill max width?
|_ | _ |
|____|
so if I have two peoples names, it will be one row, but if I add a third, the third person will take up the full width of the 2nd row?
e
ephemient
06/06/2024, 11:08 PM
can you keep track of index and change the span yourself?