Skip to main content

ScrollPatternIdentifiers Class

Contains values used as identifiers by IScrollProvider.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public static class ScrollPatternIdentifiers
View Source
InheritanceObject → ScrollPatternIdentifiers

Properties

HorizontallyScrollablePropertyIdentifies HorizontallyScrollable automation property.
HorizontalScrollPercentPropertyIdentifies HorizontalScrollPercent automation property.
HorizontalViewSizePropertyIdentifies HorizontalViewSize automation property.
VerticallyScrollablePropertyIdentifies VerticallyScrollable automation property.
VerticalScrollPercentPropertyIdentifies VerticalScrollPercent automation property.
VerticalViewSizePropertyIdentifies VerticalViewSize automation property.

Fields

NoScrollSpecifies that scrolling should not be performed.

See Also

Reference

Avalonia.Automation Namespace