Table of Contents

Class ScrollPatternIdentifiers

Namespace
Avalonia.Automation
Assembly
Avalonia.Controls.dll

Contains values used as identifiers by IScrollProvider.

public static class ScrollPatternIdentifiers
Inheritance
ScrollPatternIdentifiers
Inherited Members

Fields

NoScroll

Specifies that scrolling should not be performed.

public const double NoScroll = -1

Field Value

double

Properties

HorizontalScrollPercentProperty

Identifies HorizontalScrollPercent automation property.

public static AutomationProperty HorizontalScrollPercentProperty { get; }

Property Value

AutomationProperty

HorizontalViewSizeProperty

Identifies HorizontalViewSize automation property.

public static AutomationProperty HorizontalViewSizeProperty { get; }

Property Value

AutomationProperty

HorizontallyScrollableProperty

Identifies HorizontallyScrollable automation property.

public static AutomationProperty HorizontallyScrollableProperty { get; }

Property Value

AutomationProperty

VerticalScrollPercentProperty

Identifies VerticalScrollPercent automation property.

public static AutomationProperty VerticalScrollPercentProperty { get; }

Property Value

AutomationProperty

VerticalViewSizeProperty

Identifies VerticalViewSize automation property.

public static AutomationProperty VerticalViewSizeProperty { get; }

Property Value

AutomationProperty

VerticallyScrollableProperty

Identifies VerticallyScrollable automation property.

public static AutomationProperty VerticallyScrollableProperty { get; }

Property Value

AutomationProperty