4.354 Grid

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Panel > Grid, IInputElement
Grid
SelectiveScrollingGrid
(usage)
<Grid> UIElement* </Grid>
(description)
Defines a flexible grid area that consists of columns and rows.
[content property]
Children
[name property]
Name
[xml lang property]
Language
(properties)
ColumnDefinitions
ColumnDefinitionCollection
(description)
A ColumnDefinitionCollection defined on this instance of Grid.
[read only]
true
RowDefinitions
RowDefinitionCollection
(description)
A RowDefinitionCollection defined on this instance of Grid.
[read only]
true
ShowGridLines
x:Boolean
(description)
A value that indicates whether grid lines are visible within this Grid.
(attachable properties)
Grid.Column
x:Int32
(description)
A value that indicates which column child content within a Grid should appear in.
[target type]
UIElement
Grid.ColumnSpan
x:Int32
(description)
A value that indicates the total number of columns that child content spans within a Grid.
[target type]
UIElement
Grid.IsSharedSizeScope
x:Boolean
(description)
A value that indicates that multiple Grid elements are sharing size information.
[target type]
UIElement
Grid.Row
x:Int32
(description)
A value that indicates which row child content within a Grid should appear in.
[target type]
UIElement
Grid.RowSpan
x:Int32
(description)
A value that indicates the total number of rows that child content spans within a Grid.
[target type]
UIElement