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 Row, ColumnSpan, 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.