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
Properties
HorizontalScrollPercentProperty
Identifies HorizontalScrollPercent automation property.
public static AutomationProperty HorizontalScrollPercentProperty { get; }
Property Value
HorizontalViewSizeProperty
Identifies HorizontalViewSize automation property.
public static AutomationProperty HorizontalViewSizeProperty { get; }
Property Value
HorizontallyScrollableProperty
Identifies HorizontallyScrollable automation property.
public static AutomationProperty HorizontallyScrollableProperty { get; }
Property Value
VerticalScrollPercentProperty
Identifies VerticalScrollPercent automation property.
public static AutomationProperty VerticalScrollPercentProperty { get; }
Property Value
VerticalViewSizeProperty
Identifies VerticalViewSize automation property.
public static AutomationProperty VerticalViewSizeProperty { get; }
Property Value
VerticallyScrollableProperty
Identifies VerticallyScrollable automation property.
public static AutomationProperty VerticallyScrollableProperty { get; }