Basic Library for WPF and Silverlight | ComponentOne
WPF and Silverlight Edition Basic Library / Layout Panels
In This Topic
    Layout Panels
    In This Topic

    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.

    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 Panel for WPF and Silverlight enables you to dock elements to the top, bottom, left and right.

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

    Display content in a grid using C1UniformGrid.

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

    See Also