# Layout Panel

This topic provides a brief overview about the Layout Panel.

## Content



Control the flow and positioning of the content on your app with **Layout Panels for WPF**.

Wrap content vertically or horizontally using C1WrapPanel.

*   **Horizontal/Vertical Flow Layout**

You can set the dimensions of the panel to determine the orientation of the layout; flow the child elements horizontally or vertically.

Dock content along the edges of the panel with C1DockPanel.

*   **Dock Elements**

**Dock Panel for WPF** enables you to dock elements to the top, bottom, left and right.

*   **Order the Elements in the Dock Panel**

Children elements are positioned in the dock panel in the order that they are declared in XAML.

## See Also

[Layout PanelsQuickStarts](/componentone/docs/wpf/online-core5/overview/layoutpanel/LayoutPanelsQuickStarts)