GridLine_Mode - DfBaseEntryList

Determines how grid lines will be displayed in the grid

Type: Property

Access: Read/Write

Data Type: Integer

Parameters: None

Syntax
 Property Integer GridLine_Mode

Read Access: Get GridLine_Mode to IntegerVariable
Write Access: Set GridLine_Mode to IntegerVariable/Value


Description

The Gridline_mode property determines how grid lines will be displayed in the grid. You may choose to display no lines, horizontal lines, vertical lines, or both horizontal and vertical lines.

If no value is specifically set, a default setting is used. The default is stored in a global integer named default_table_grid. Its default value is grid_visible_both. You may change this value in your program. You may also change this default value within your registry by changing the key TableGrid.

If you set the key TableGrid in the registry, you must use the values 0 through 3:

ConstantMeaning
0Grid_Visible_none
1Grid_Visible_Horz
2Grid_Visible_Vert
3Grid_Visible_Both