Specifies the visibility of a scrollbar within a RadTileView control.
Definition
Namespace:Telerik.Windows.Controls.TileView
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum ScrollBarVisibility
Fields
A 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.
C#
Auto = 0
A ScrollBar never appears.
C#
Collapsed = 2
A ScrollBar always appears.
C#
Visible = 1