Enum
ScrollViewerScrollBarsMode

Defines constants that specify the dimensions and appearance of ScrollViewer's ScrollBars.

Definition

Namespace:Telerik.Windows.Controls.Theming

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum ScrollViewerScrollBarsMode

Fields

Auto

The ScrollBars appear as a narrow sliver and expand to normal size on MouseOver.

Declaration

cs-api-definition
Auto = 0

Field Value

ScrollViewerScrollBarsMode

Compact

The ScrollBars appear always as a narrow sliver.

Declaration

cs-api-definition
Compact = 1

Field Value

ScrollViewerScrollBarsMode

Normal

The ScrollBars appear always with their normal size.

Declaration

cs-api-definition
Normal = 2

Field Value

ScrollViewerScrollBarsMode

In this article
DefinitionFieldsAutoCompactNormal
Not finding the help you need?
Contact Support