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 SourceScrollIntoView()
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()