Enum ScrollBarVisibility
Specifies the visibility of a scrollbar within a RadTileView control.
Namespace: Telerik.Windows.Controls.TileView
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public enum ScrollBarVisibility
Auto
A System.Windows.Controls.Primitives.ScrollBar appears only if the total sum of MinimizedHeight (when MinimizedItemsPosition is set to Left or Right) or MinimizedWidth (when MinimizedItemsPosition is set to Top or Bottom) exceeds the available space.
Collapsed
A System.Windows.Controls.Primitives.ScrollBar never appears.
Visible
A System.Windows.Controls.Primitives.ScrollBar always appears.