GRID.ListMode

Previous  Next

 

state = GRID.ListMode( BYVAL nControl AS INTEGER,

                       BYVAL state AS INTEGER ) AS INTEGER

 

 

 

 

Set or get whether or not the grid is in list mode.  When the grid is in list mode, full row selection is enabled and clicking on the column header will sort the grid by rows.

 

Example:

 

GRID.ListMode( nControl, FALSE )