LongListSelectorAutomationPeer Properties

LongListSelectorAutomationPeer Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The LongListSelectorAutomationPeer type exposes the following members.

  NameDescription
Public property Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property EventsSource Gets or sets an AutomationPeer that is reported to the automation client as a source for all the events that come from this AutomationPeer. (Inherited from AutomationPeer.)
Public property Owner Gets the UIElement that is associated with this FrameworkElementAutomationPeer. (Inherited from FrameworkElementAutomationPeer.)
Top

  NameDescription
Explicit interface implemetation Private property IScrollProvider.HorizontallyScrollable Gets a value that indicates whether the control can scroll horizontally.
Explicit interface implemetation Private property IScrollProvider.HorizontalScrollPercent Gets the horizontal scroll position as a percentage of the total content area within the control.
Explicit interface implemetation Private property IScrollProvider.HorizontalViewSize Gets the horizontal size of the viewable region as a percentage of the total content area within the control.
Explicit interface implemetation Private property IScrollProvider.VerticallyScrollable Gets a value that indicates whether the control can scroll vertically.
Explicit interface implemetation Private property IScrollProvider.VerticalScrollPercent Gets the vertical scroll position as a percentage of the total content area within the control.
Explicit interface implemetation Private property IScrollProvider.VerticalViewSize Gets the vertical size of the viewable region as a percentage of the total content area within the control.
Explicit interface implemetation Private property ISelectionProvider.CanSelectMultiple Gets a value that indicates whether the Microsoft UI Automation provider allows more than one child element to be selected concurrently.
Explicit interface implemetation Private property ISelectionProvider.IsSelectionRequired Gets a value that indicates whether the Microsoft UI Automation provider requires at least one child element to be selected.
Top

Show:
© 2017 Microsoft