Xceed DataGrid for Silverlight Documentation
BringColumnIntoView Method (DataGridControl)


The Column to bring into view. If the column is to the right of the viewport, it will be brought into view on the right side of the viewport. If it is to the left, it will be brought to the left side of the viewport.
Brings the specified column into view.
Syntax
'Declaration
 
Public Sub BringColumnIntoView( _
   ByVal column As Column _
) 
'Usage
 
Dim instance As DataGridControl
Dim column As Column
 
instance.BringColumnIntoView(column)
public void BringColumnIntoView( 
   Column column
)

Parameters

column
The Column to bring into view. If the column is to the right of the viewport, it will be brought into view on the right side of the viewport. If it is to the left, it will be brought to the left side of the viewport.
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members
BringItemIntoView Method

Send Feedback