Programming Guide : Working with Arrays, Table Fields, and Collections : Table Field Operations : How You Can Display and Remove the Vertical Scroll Bar
 
Share this page          
How You Can Display and Remove the Vertical Scroll Bar
When you create a table field, OpenROAD automatically gives your table field a vertical scroll bar. You can remove this scroll bar by setting the HasScrollBar attribute of the TableField object to FALSE. The syntax for this operation is:
field(tablefield).HasScrollBar = FALSE;
To redisplay a scroll bar, set the HasScrollBar attribute to TRUE.