RibbonGallery.ScrollIntoView Method

Causes the object to scroll into view.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Sub ScrollIntoView ( _
    item As Object _
)
public void ScrollIntoView(
    Object item
)
public:
void ScrollIntoView(
    Object^ item
)
member ScrollIntoView : 
        item:Object -> unit 
public function ScrollIntoView(
    item : Object
)

Parameters

.NET Framework Security

See Also

Reference

RibbonGallery Class

Microsoft.Windows.Controls.Ribbon Namespace