ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileView Class / MinimizedItemsPosition Property

In This Topic
    MinimizedItemsPosition Property
    In This Topic
    Gets or sets where to place the strip with the minimized items. The ScrollBar is at the right or bottom of the strip.
    Syntax
    'Declaration
     
    Public Property MinimizedItemsPosition As C1.Xaml.Dock
    public C1.Xaml.Dock MinimizedItemsPosition {get; set;}
    See Also