One more question. If I have an odd number of elements in my grid (i.e. images) so that the last row has less elements in it, is there a way to pad out the rest of the row with empty elements?
I’m trying to keep the grid having a uniform look to it, but at the moment the last row of elements span the whole row and get resized accordingly.
I could fix it by restricting the size of the elements but as they are images I don’t want to do that.
It looks great when there is an equal number of elements per row :-) :-)
Just letting you know that version 0.9.3 has been just released. It includes item grid row padding (fully configurable, of course) and GridMultiSelect. Demo should already be updated.