Introduction
The
grid is a layout panel with Background Image that arranges its child controls
in a tabular structure of rows and columns. Its functionality is similar to the
HTML table but more flexible. A cell can contain multiple controls; they can
span over multiple cells and even overlap themselves.
Description
To
add controls to the grid layout panel just put the declaration between the
opening and closing tags of the Grid. Keep in mind that
the row- and column definitions must precced any definition of child controls.
The
grid layout panel provides the two attached properties Grid. Column and Grid. Row to define the location of the control.