This property can be used to set or retrieve the starting position of each column in the Grid control. As a consequence, it defines the number of columns. The width of each column depends on the starting position of the next column. The width of the last column can be defined with the Virtual-Width property. A column cannot be larger than the Grid width, so the Grid Size specifies also the maximum size of a column.
VIRTUAL-WIDTH = 30
MODIFY MY_GRID, DISPLAY-COLUMNS = ColumnPosition | Sets the position of the next column. The first time is 1.MODIFY MY_GRID, VIRTUAL-WIDTH = ColumnPosition
Example - Modify a grid to set column offsets
procedure division.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |