THE COLUMNS OF THE GRID NUMBER N CANNOT BE MANUALLY RESIZED
ACTION
The command GRID_COLUMN_SIZING_OFF N prohibits the manual resizing (using the mouse) of the column width in the system object GRID number N.
Remark 1: by default, a GRID has columns with a width of 64 pixels.
Remark 2: by default, the manual resizing of the column width is prohibited.
SYNTAX:
GRID_COLUMN_SIZING_OFF N
USE ERROR EXAMPLE
rem create a GRID with its default position and dimensions
grid 1
rem change its size (its number is used as reference)
width 1,500
height 1,180
rem set 6 rows
grid_row 1,6
rem with 2 fixed rows
grid_row_fixed 1,2
rem height of the rows
grid_row_height 1,45
rem set 7 columns
grid_column 1,7
rem with 2 fixed columns
grid_column_fixed 1,2
rem width of columns
grid_column_width 1,100
rem prohibits the manual resizing using the mouse of the column width
grid_column_sizing_off 1
GRID_COLUMN_SIZING_OFF
GRID_COLUMN_SIZING_OFF N
SEE ALSO
GRID
GRID_CLEAR
GRID_COLUMN
GRID_COLUMN()
GRID_COLUMN_DELETE
GRID_COLUMN_FIXED
GRID_COLUMN_FIXED()
GRID_COLUMN_INSERT
GRID_COLUMN_SIZING_ON
GRID_COLUMN_WIDTH
GRID_COLUMN_WIDTH()
GRID_FIXED_COLOR
GRID_LOAD
GRID_ONE_COLUMN_WIDTH
GRID_ONE_COLUMN_WIDTH()
GRID_ONE_ROW_HEIGHT
GRID_ONE_ROW_HEIGHT()
GRID_READ$()
GRID_ROW
GRID_ROW()
GRID_ROW_DELETE
GRID_ROW_FIXED
GRID_ROW_FIXED()
GRID_ROW_HEIGHT
GRID_ROW_HEIGHT()
GRID_ROW_INSERT
GRID_ROW_SIZING_OFF
GRID_ROW_SIZING_ON
GRID_SAVE
GRID_WRITE
GRID_X_TO_COLUMN()
GRID_Y_TO_ROW()