ScrollPatternIdentifiers Class

Contains values used as identifiers by IScrollProvider.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static class ScrollPatternIdentifiers
Inheritance
Object    ScrollPatternIdentifiers

Properties

HorizontallyScrollableProperty Identifies HorizontallyScrollable automation property.
HorizontalScrollPercentProperty Identifies HorizontalScrollPercent automation property.
HorizontalViewSizeProperty Identifies HorizontalViewSize automation property.
VerticallyScrollableProperty Identifies VerticallyScrollable automation property.
VerticalScrollPercentProperty Identifies VerticalScrollPercent automation property.
VerticalViewSizeProperty Identifies VerticalViewSize automation property.

Fields

NoScroll Specifies that scrolling should not be performed.

See Also