[]
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.
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 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.