Show / Hide Table of Contents

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 Source

HorizontallyScrollableProperty

Identifies the HorizontallyScrollable automation property.

Declaration
public static readonly AutomationProperty HorizontallyScrollableProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

HorizontalScrollPercentProperty

Identifies the HorizontalScrollPercent automation property.

Declaration
public static readonly AutomationProperty HorizontalScrollPercentProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

HorizontalViewSizeProperty

Identifies the HorizontalViewSize automation property.

Declaration
public static readonly AutomationProperty HorizontalViewSizeProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

NoScroll

Specifies that scrolling should not be performed.

Declaration
public const double NoScroll = -1
Field Value
Type Description
System.Double
| Improve this Doc View Source

VerticallyScrollableProperty

Identifies the VerticallyScrollable automation property.

Declaration
public static readonly AutomationProperty VerticallyScrollableProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

VerticalScrollPercentProperty

Identifies the VerticalScrollPercent automation property.

Declaration
public static readonly AutomationProperty VerticalScrollPercentProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

VerticalViewSizeProperty

Identifies the VerticalViewSize automation property.

Declaration
public static readonly AutomationProperty VerticalViewSizeProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

  • Improve this Doc
  • View Source