4.360 GridView

x:Object > DependencyObject > ViewBase > GridView
GridView
(usage)
<GridView> GridViewColumn* </GridView>
(description)
Represents a view mode that displays data items in columns for a ListView control.
[content property]
Columns
(properties)
AllowsColumnReorder
x:Boolean
(description)
Whether columns in a GridView can be reordered by a drag-and-drop operation.
ColumnHeaderContainerStyle
Style
(description)
The style to apply to column headers.
ColumnHeaderContextMenu
ContextMenu
(description)
A ContextMenu for the GridView.
ColumnHeaderStringFormat
x:String
(description)
A composite string that specifies how to format the column headers of the GridView if they are displayed as strings.
ColumnHeaderTemplate
DataTemplate
(description)
A template to use to display the column headers.
ColumnHeaderTemplateSelector
DataTemplateSelector
(description)
The selector object that provides logic for selecting a template to use for each column header.
ColumnHeaderToolTip
x:Object
(description)
The content of a tooltip that appears when the mouse pointer pauses over one of the column headers.
Columns
GridViewColumnCollection
(description)
The collection of GridViewColumn objects that is defined for this GridView.
[read only]
true
(attachable properties)
GridView.ColumnCollection
GridViewColumnCollection
(description)
The attached property that contains the GridViewColumnCollection.
[target type]
DependencyObject
(static properties)
GridViewItemContainerStyleKey
ResourceKey
(description)
The key that references the style that is defined for each ListViewItem in a GridView.
GridViewScrollViewerStyleKey
ResourceKey
(description)
The key that references the style that is defined for the ScrollViewer control that encloses the content that is displayed by a GridView.
GridViewStyleKey
ResourceKey
(description)
The key that references the style that is defined for the GridView.