Package at.bestsolution.uia
Interface IScrollItemProvider
- All Superinterfaces:
IInitable
Provides access to individual child controls of containers that implement IScrollProvider.
Implemented on a Microsoft UI Automation provider that must support the ScrollItem control pattern.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classcontext object for IScrollItemProvider. -
Method Summary
Modifier and TypeMethodDescriptionvoidScrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.Methods inherited from interface at.bestsolution.uia.IInitable
initialize
-
Method Details
-
ScrollIntoView
void ScrollIntoView()Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.This method will not guarantee the position of the control within the visible region (viewport) of the container.
-