Close
Just a few details and you gain access to free downloads, support, subscription updates, betas, and special offers.
Join Now





Help Show Password

Read our Privacy Policy

Layout Panels

Control the flow and positioning of the content on your Silverlight app with ComponentOne Layout Panels™ for Silverlight. Wrap content vertically or horizontally using C1WrapPanel. Dock content along the edges of the panel with C1DockPanel. Display content in a grid using C1UniformGrid.

Controls Included
  • C1WrapPanel
  • C1DockPanel
  • C1UniformGrid

Features

  • Wrap Panel

    Create flow type layouts that wrap content vertically or horizontally using the C1WrapPanel control.

  • Dock Panel

    Dock content along the edges of the panel with the C1DockPanel control.

  • Uniform Grid Layout

    Neatly display child elements in columns and rows with Uniform Grid for Silverlight.

  • 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 Elements

    Dock Panel for 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.

  • Show/Hide Columns and Rows

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

  • Span Columns and Rows

    By setting C1UniformGrid's ColumnSpan property you can span columns. Or, span rows by setting the RowSpan property. This resembles the built-in Microsoft Grid.