ScrollPatternIdentifiers Class
Contains values used as identifiers by IScrollProvider.
Definition
Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static class ScrollPatternIdentifiers
Public NotInheritable Class ScrollPatternIdentifiers
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ScrollPatternIdentifiers = class end
| 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. |