Language Reference Guide : 4. System Classes : TableField Class : ScrollingChangesSelection Attribute
 
Share this page                  
ScrollingChangesSelection Attribute
Data Type: integer
4GL Access: RW
This attribute is applicable to single selection only. If TRUE, scrolling the selected row out of view sets the new selected row to the topmost or bottommost visible row of the TableField, depending on the direction of the scrolling. Otherwise, the selection is unchanged by scrolling. This applies to scrolling with the scroll bar only. Scrolling using navigation keys changes the selected row to the new CurRow.
All previous versions of the TableFields have this attribute set to TRUE by default. If SelectionType is SEL_MULTIPLE, this attribute is set to FALSE automatically.