skip to main content

Controls Reference : GRID : Properties : Column-Headings-Layout

Column-Headings-Layout
This property defines the layout of each column by adding together one or more of the following values, defined in isgui.def
Since this setting affects each column, a list of values is needed in order to determine how to draw them.
When values are enclosed between parentheses, a new list is defined at once. The snippet below specifies a vertical heading on the 1st column and horizontal heading on the 2nd column.
When a single value greater than or equal to zero is set, it is appended to the list. This is useful to define a user-defined appearance.
Setting the property to -1 resets the list.
Bitmaps shown in the heading cells are not rotated along with the text.
 
Example - Modify a grid to set vertical headings
procedure division.
  modify screen-1-gr-1
         column-headings-layout ( 1 1 1 )

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