Xceed DataGrid for Silverlight Documentation
BringItemIntoView(DataGridPath) Method


The path (see DataGridPath class) representing 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 item represented by the specified path into view.
Syntax
'Declaration
 
Public Overloads Sub BringItemIntoView( _
   ByVal dataGridPath As DataGridPath _
) 
'Usage
 
Dim instance As DataGridContext
Dim dataGridPath As DataGridPath
 
instance.BringItemIntoView(dataGridPath)
public void BringItemIntoView( 
   DataGridPath dataGridPath
)

Parameters

dataGridPath
The path (see DataGridPath class) representing 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

DataGridContext Class
DataGridContext Members
Overload List

Send Feedback