Show / Hide Table of Contents

Interface IScrollItemProvider

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

Namespace: System.Windows.Automation.Provider
Assembly: OpenSilver.dll
Syntax
public interface IScrollItemProvider

Methods

| Improve this Doc View Source

ScrollIntoView()

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

Declaration
void ScrollIntoView()
  • Improve this Doc
  • View Source