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. Can be a null reference (Nothing in Visual Basic).
Brings the specified item into view.
Syntax
'Declaration
 
Public Overloads Sub BringItemIntoView( _
   ByVal item As Object _
) 
'Usage
 
Dim instance As DataGridContext
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. Can be a null reference (Nothing in Visual Basic).
Requirements

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

See Also

Reference

DataGridContext Class
DataGridContext Members
Overload List

Send Feedback