Intersoft ClientUI Documentation
ScrollIntoView Method (UXGridView)



The data item (row) to scroll to.
The column to scroll to.
Scrolls the UXGridView vertically to display the row for the specified data item and scrolls the UXGridView horizontally to display the specified column.
Syntax
Public Sub ScrollIntoView( _
   ByVal item As Object, _
   ByVal column As UXGridViewColumn _
) 
Dim instance As UXGridView
Dim item As Object
Dim column As UXGridViewColumn
 
instance.ScrollIntoView(item, column)
public void ScrollIntoView( 
   object item,
   UXGridViewColumn column
)
public:
void ScrollIntoView( 
   Object^ item,
   UXGridViewColumn^ column
) 

Parameters

item
The data item (row) to scroll to.
column
The column to scroll to.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridView Class
UXGridView Members

Send Feedback