ArcGIS API for WPF - Library Reference
ScrollIntoView(Graphic,DataGridColumn) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > FeatureDataGrid Class > ScrollIntoView Method : ScrollIntoView(Graphic,DataGridColumn) Method

graphic
The graphic.
column
The column.
Scrolls the FeatureDataGrid vertically to display the row for the specified ESRI.ArcGIS.Client.Graphic and scrolls the FeatureDataGrid horizontally to display the specified column.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ScrollIntoView( _
   ByVal graphic As Graphic, _
   ByVal column As DataGridColumn _
) 
C# 
public void ScrollIntoView( 
   Graphic graphic,
   DataGridColumn column
)

Parameters

graphic
The graphic.
column
The column.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.