# Minimized Item Position

## Content



The MinimizedItemsPosition property allows you to determine where minimized items appear within the C1TileView control. Valid values include **Left**, **Right**, **Top**, and **Bottom**. By default, minimized items appear at the right of the panel.

Note that the default **C1TileView** state uses the Columns and Rows properties to determine the layout. The minimized and maximized states use the **MinimizedItemsPosition** property to determine layout. For more information about states, see [TileViewItem States](/componentone/docs/wpf/online-tilesview/WorkingwithTileViewforWPF/TileViewItemStates).

## See Also

[Drag-and-Drop Interaction](/componentone/docs/wpf/online-tilesview/WorkingwithTileViewforWPF/Drag-and-DropInteraction)