I am using LazyHorizontalStaggeredGrid to show a list where items have been placed with different width and same height. I achieved it using below mentioned code.
BY default items placed row by row, e.g. first item placed in first row and then second item is in second row until last row and then for next item it places the item again in first row and second column.
Instead what I want is to place the item in first row until all columns of first row is filled and then move to second row.
Can we achieve that and if yes how can we do that. Any guidance is appreciated.
Did not find any direct option to do that.
Expectation is to show the data in LazyHorizontalStaggeredGrid, items should be placed row by row not by coulmn.