6. Working with Arrays, Table Fields, and Collections : Table Fields : Table Field Components : Scroll Bar
 
Share this page                  
Scroll Bar
The scroll bar lets users scroll up or down in a table field display to bring undisplayed rows in the array into view. A scroll bar is present by default on every table field when it is created.
To scroll horizontally (in a vertical table field), you can put the table field into a view port. A vertical table field can also have its own horizontal scrollbar. If a table field has n columns, and you set the ColumnsDisplayed attribute to a number less than n, only the leftmost columns are displayed. However, if you set the HasHorizontalScrollBar attribute to TRUE, a scrollbar is displayed at the bottom of the table field that lets the user scroll to see all columns.
You can remove the scroll bar from the display or bring it back if it is not displayed. For more information, see How You Can Display and Remove the Vertical Scroll Bar (see How You Can Display and Remove the Vertical Scroll Bar).