Closed DaveInCaz closed 6 months ago
This is not fully implemented.
The panel responsible for rendering the items is UniformGridWithItemSize
.
If you want to contribute such a feature, i would be happy to review your PR.
Closing because no one seems interested in helping with this.
I'm using a gallery within a dropdown button as shown below.
The gallery is setup to extend 5 columns horizontally by whatever number of rows is necessary. (Typically a few 100 items total).
By default it inserts items horizontally first, then vertically second. So it would layout something like this:
Is there any way to get it to go vertically first? Like this:
Code sample (simplified):
Thanks!
Environment