# Layout Panels

## Content

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

Wrap content vertically or horizontally using [C1WrapPanel](/componentone/api/wpf/online-basiclibrary/dotnet-framework-api/C1.WPF.4.6.2/C1.WPF.C1WrapPanel.html).

* **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](/componentone/api/wpf/online-basiclibrary/dotnet-framework-api/C1.WPF.4.6.2/C1.WPF.C1DockPanel.html).

* **Dock Elements**

**Dock Panel for WPF and Silverlight** 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.
Display content in a grid using **C1UniformGrid**.

* **Show/Hide Columns and Rows**

Using **Uniform Grid for Silverlight**, you can show or hide an entire column or row.

## See Also

[Layout PanelsQuickStarts](/componentone/docs/wpf/online-basiclibrary/overview/LayoutPanels/LayoutPanelsQuickStarts)