•Essentially a table used for positioning objects in rows and columns
•It can have multiple children, and acts rather like a spreadsheet.
•It acts much like HTML's table tag and allows data and controls to be arranged in a tabular-style view.
•A row is the same height and a column is the same width across the entire Grid,
•But elements can be made to span multiple cells
•.Cells can contain more than one item.
•The placement of an element in the Grid is specified using attached DependencyProperties
• Grid.Row,
• Grid.Column,
•Grid.RowSpan
• Grid.ColumnSpan.
Friday, June 12, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment