ComponentOne TileView for WPF and Silverlight
TileView for WPF and Silverlight Layout and Appearance / Layout in Panel
In This Topic
    Layout in Panel
    In This Topic

    You can lay out the C1TileView and other controls in your WPF (or Silverlight C1TileView) application using the layout properties of the containing object. For example, you can lay out your control in a Grid panel with its RowColumnSpan, and RowSpan properties and in a Canvas panel with its Left and Top properties. For example, the C1TileView control gains the following Layout properties when located within a Grid panel:

    You can change the sizing, alignment, and location of the C1TileView control within the Grid panel.

    See Also