Core Library for WPF | ComponentOne
Core Library / Layout Panel
In This Topic
    Layout Panel
    In This Topic

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

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

    See Also