Panel Types

A Panel is a type of FrameworkElement that positions and arranges child objects. Examples of panels include StackPanel and Grid. For more detailed information on the content model for Panel and how to use this type see Panels Overview.

Content Model

Primary content property

Children

Primary content type

One or more UIElement objects.

Other content properties

None

Content model information

See the Children property.

Types

The following table lists the types that belong to the Panel Type Family.

Name

Canvas

DockPanel

Grid

TabPanel

ToolBarOverflowPanel

UniformGrid

StackPanel

ToolBarPanel

VirtualizingPanel

VirtualizingStackPanel

WrapPanel

See Also

Reference

Panel

Concepts

Panels Overview