IScrollItemProvider Interface

Definition

Exposes methods and properties to support UI Automation client access to individual child controls of containers that implement IScrollProvider.

C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("2360c714-4bf1-4b26-ba65-9b21316127eb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IScrollItemProvider
C#
public interface IScrollItemProvider
Derived
Attributes

Remarks

Implemented on a UI Automation provider that must support the ScrollItemPattern control pattern.

Methods

ScrollIntoView()

Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.

Applies to

Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also