tags:

views:

45

answers:

1

So far, my program draws many rectangles and the locations of the rectangles are random (not nice). How can I place the rectangle in grid order so that it look appealing?

A: 

Use a grid manager like GridLayout

OscarRyz