Scroll(UInt32,UInt32) Method
Scrolls to the specified item in the specified section of the table.

C# Syntax

void Scroll( 
   uint section,
   uint item
)

Parameters

section
The numeric index of the section containing the item to scroll to.
item
The numeric index of the item to scroll to.