Controles contêiner
Container controls provide built-in layout and positioning functionality for Windows Presentation Foundation (WPF) controls. This topic contains links to topics that describe the various container controls and their uses.
Nesta seção
O WPF recipiente controles Visão geral
Provides an overview of various container controls available in the WPF Designer.Como: um controle com DockPanel Dock
Describes how to use the DockPanel control to dock controls to the sides of the window.Como: Criar um Layout de Grade Simples com Grade Uniforme
Describes how to create a simple grid layout with the UniformGrid container.Como: especifica controle local na tela Controles
Describes how to specify a location for a control in a Canvas container.Como: adicionar linhas e colunas para uma grade
Describes how to add rows and columns to a Grid control by using Design view, the collection editor, or the XAML editor.Como: Remover Linhas e Colunas de uma Grade
Describes how to delete rows and columns from a Grid control by using Design view, the collection editor, or the XAML editor.Como: Redimensionar linhas e colunas em um controle Grid
Descreve como dimensionar linhas e colunas em uma Grid o controle usando o modo de exibição de Design.Como: Adicionar itens de guia a um TabControl
Descreve como adicionar itens de guia para uma TabControl usando o modo de exibição de Design, oeditorde coleçãoou oeditorde XAML.
Referência
Grid
The Grid control.UniformGrid
The UniformGrid control.Canvas
The Canvas control.StackPanel
The StackPanel control.WrapPanel
The WrapPanel control.DockPanel
The DockPanel control.TabControl
The TabControl control.
Seções relacionadas
Layouts no criador de WPF
Contains links to topics that describe how to use WPF container controls to create layouts.Grid
Contains links to Grid topics.Tela
Contains links to Canvas topics.StackPanel
Contains links to StackPanel topics.WrapPanel
Contains links to WrapPanel topics.DockPanel
Contains links to DockPanel topics.TabControl
Contains links to TabControl topics.