ComponentOne TileView for UWP
Working with TileView for UWP Edition / Minimized Item Position
In This Topic
    Minimized Item Position
    In This Topic

    The MinimizedItemsPosition property allows you to determine where minimized items will appear within the C1TileView control. Options 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/maximized states use the MinimizedItemsPosition property to determine layout. For more information about states, see TileViewItem States.

    See Also