I would like to use a Grid layout to arrange a variable number of boxes in rows and columns depending on how many items are in a list. Is there a way to have the grid figure when a new row is needed based on the dimensions of the view being added and the current size the grid is on the device? From the API it looks like you need to specify positionally where a view should be added.
Thanks