i’m using druid grid to display items in rows of 4 (X). in default, items added to grid are aligned to left. i wish to align each row to center. how can i achieve that?
in case less than X items are added, i believe aligning entire grid to center can be acheived by setting its size to the total size of items, but this won’t solve non-first rows with less than X items..
see screenshots.
ideas? thanks!