Xceed DataGrid for Silverlight Documentation
BringItemIntoView(Object) Method


The item to bring into view. If the item is below the viewport, it will be brought into view at the bottom of the viewport. If it is above, it will be brought to the top of the viewport.
Brings the specified item into view.
Syntax
'Declaration
 
Public Overloads Sub BringItemIntoView( _
   ByVal item As Object _
) 
'Usage
 
Dim instance As DataGridControl
Dim item As Object
 
instance.BringItemIntoView(item)
public void BringItemIntoView( 
   object item
)

Parameters

item
The item to bring into view. If the item is below the viewport, it will be brought into view at the bottom of the viewport. If it is above, it will be brought to the top of the viewport.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members
Overload List
BringColumnIntoView Method

Send Feedback