# Layout in Panel

## Content

You can lay out the [C1TileView](/componentone/api/wpf/online-tilesview/dotnet-framework-api/C1.WPF.TileView.4.6.2/C1.WPF.TileView.C1TileView.html) 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:

![](https://cdn.mescius.io/document-site-files/images/fba21b5a-78db-422e-901c-35ee7376d517/graphics/layout.png)

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

## See Also

[TileView for WPF and Silverlight Appearance Properties](/componentone/docs/wpf/online-tilesview/TileViewforWPFLayoutandAppearance/TileViewforWPFAppearanceProperties)