Class ScrollPatternIdentifiers
Contains values used as automation property identifiers specifically for properties of the IScrollProvider pattern, as well as the NoScroll constant.
Inheritance
System.Object
ScrollPatternIdentifiers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public static class ScrollPatternIdentifiers
Fields
| Improve this Doc View SourceHorizontallyScrollableProperty
Identifies the HorizontallyScrollable automation property.
Declaration
public static readonly AutomationProperty HorizontallyScrollableProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
HorizontalScrollPercentProperty
Identifies the HorizontalScrollPercent automation property.
Declaration
public static readonly AutomationProperty HorizontalScrollPercentProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
HorizontalViewSizeProperty
Identifies the HorizontalViewSize automation property.
Declaration
public static readonly AutomationProperty HorizontalViewSizeProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
NoScroll
Specifies that scrolling should not be performed.
Declaration
public const double NoScroll = -1
Field Value
Type | Description |
---|---|
System.Double |
VerticallyScrollableProperty
Identifies the VerticallyScrollable automation property.
Declaration
public static readonly AutomationProperty VerticallyScrollableProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
VerticalScrollPercentProperty
Identifies the VerticalScrollPercent automation property.
Declaration
public static readonly AutomationProperty VerticalScrollPercentProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
VerticalViewSizeProperty
Identifies the VerticalViewSize automation property.
Declaration
public static readonly AutomationProperty VerticalViewSizeProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |