mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-05 16:06:10 +02:00
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
44 lines
1.6 KiB
Markdown
44 lines
1.6 KiB
Markdown
---
|
|
title: "Grid How-to Topics"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "Grid control [WPF], how-to topics"
|
|
- "controls [WPF], Grid"
|
|
ms.assetid: 90e07c2d-237f-47b4-a632-771570b77fd0
|
|
---
|
|
# Grid How-to Topics
|
|
The topics in this section describe how to position elements using the <xref:System.Windows.Controls.Grid> element.
|
|
|
|
## In This Section
|
|
[Build a Standard UI Dialog Box by Using Grid](how-to-build-a-standard-ui-dialog-box-by-using-grid.md)
|
|
[Create a Complex Grid](how-to-create-a-complex-grid.md)
|
|
[Create a Grid Element](how-to-create-a-grid-element.md)
|
|
[Create and Use a GridLengthConverter Object](how-to-create-and-use-a-gridlengthconverter-object.md)
|
|
[Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections](manipulate-columns-and-rows-by-using-columndefinitionscollections.md)
|
|
[Position the Child Elements of a Grid](how-to-position-the-child-elements-of-a-grid.md)
|
|
[Share Sizing Properties Between Grids](how-to-share-sizing-properties-between-grids.md)
|
|
|
|
## Reference
|
|
<xref:System.Windows.Controls.Panel>
|
|
|
|
<xref:System.Windows.Controls.Canvas>
|
|
|
|
<xref:System.Windows.Controls.DockPanel>
|
|
|
|
<xref:System.Windows.Controls.Grid>
|
|
|
|
<xref:System.Windows.Controls.StackPanel>
|
|
|
|
<xref:System.Windows.Controls.VirtualizingStackPanel>
|
|
|
|
<xref:System.Windows.Controls.WrapPanel>
|
|
|
|
## Related Sections
|
|
[Layout](../advanced/layout.md)
|
|
|
|
[Walkthrough: My first WPF desktop application](../getting-started/walkthrough-my-first-wpf-desktop-application.md)
|
|
|
|
[ScrollViewer Overview](scrollviewer-overview.md)
|