Class ScrollViewerScrollBarsMode
Defines constants that specify the dimensions and appearance of ScrollViewer's ScrollBars.
Inheritance
System.Object
ScrollViewerScrollBarsMode
Namespace: Telerik.Windows.Controls.Theming
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ScrollViewerScrollBarsMode : Enum
Fields
Auto
The ScrollBars appear as a narrow sliver and expand to normal size on MouseOver.
Declaration
public const ScrollViewerScrollBarsMode Auto
Field Value
ScrollViewerScrollBarsMode
|
Compact
The ScrollBars appear always as a narrow sliver.
Declaration
public const ScrollViewerScrollBarsMode Compact
Field Value
ScrollViewerScrollBarsMode
|
Normal
The ScrollBars appear always with their normal size.
Declaration
public const ScrollViewerScrollBarsMode Normal
Field Value
ScrollViewerScrollBarsMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|