Language Reference Guide : 4. System Classes : ListviewField Class : FullRowSelect Attribute
 
Share this page                  
FullRowSelect Attribute
Data Type: smallint
4GL Access: RW
Specifies how a user can select a row in a ListviewField.
Valid values are:
TRUE
Specifies that the user can select a row in the ListviewField by clicking anywhere on the row; the entire selected row is highlighted
FALSE
Specifies that the user must click an item in the first column to select a row; only the item in the first column is highlighted.
Default: FALSE