ComponentOne TileView for WPF and Silverlight
Working with TileView for WPF and Silverlight / Minimized Item Position
In This Topic
    Minimized Item Position
    In This Topic

    The MinimizedItemsPosition property allows you to determine where minimized items appear within the C1TileView control. Valid values include LeftRightTop, 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.

    See Also