ComponentOne TileView for WPF and Silverlight
MinimizedItemsPosition Property


C1.WPF.TileView Namespace > C1TileView Class : MinimizedItemsPosition Property
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 Dock
'Usage
 
Dim instance As C1TileView
Dim value As Dock
 
instance.MinimizedItemsPosition = value
 
value = instance.MinimizedItemsPosition
public Dock MinimizedItemsPosition {get; set;}
See Also

Reference

C1TileView Class
C1TileView Members