6. Working with Arrays, Table Fields, and Collections : Table Field Operations : How You Can Scroll to a Specific Row
 
Share this page                  
How You Can Scroll to a Specific Row
There are two ways to allow direct scrolling to a particular row:
The SetInputFocus method of the TableField system class
The ActiveRow attribute of the TableField system class
In addition, you can use ArrayObject's Find method to provide the user with the opportunity to specify a row for scrolling. After the user specifies the row, use the SetInputFocus method or the ActiveRow attribute to scroll the table field to the desired row.