Gets or sets where to place the strip with the minimized items. The ScrollBar is at the right or bottom of the strip.

Namespace:  C1.Xaml.TileView
Assembly:  C1.Xaml.TileView (in C1.Xaml.TileView.dll)

Syntax

C#
public Dock MinimizedItemsPosition { get; set; }
Visual Basic
Public Property MinimizedItemsPosition As Dock
	Get
	Set

See Also