Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- item
Type: System.Object
The object to bring into view.
.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.