Grid Layout


The Grid Layout divides its container into a configurable number of rows and columns. Like the Flow Layout, components are added to the grid from left to right and top to bottom. But unlike Flow Layout, the dimensions of the grid are fixed; individual components can not have different sizes.


Contents Prev Next Index