RibbonGalleryItemDataAutomationPeer.IScrollItemProvider.ScrollIntoView Method
Scrolls the RibbonGalleryItem in order to display the control within the visible region (viewport) of the container.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Private Sub ScrollIntoView Implements IScrollItemProvider.ScrollIntoView
void IScrollItemProvider.ScrollIntoView()
private:
virtual void ScrollIntoView() sealed = IScrollItemProvider::ScrollIntoView
private abstract ScrollIntoView : unit -> unit
private override ScrollIntoView : unit -> unit
JScript does not support explicit interface implementations.
Implements
IScrollItemProvider.ScrollIntoView()
Remarks
This member is an explicit interface member implementation. It can be used only when the RibbonGalleryItemDataAutomationPeer instance is cast to an IScrollItemProvider interface.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.