Description: | Determines whether the column scrolls. When the size of the table is too small to display all the columns, PowerCOBOL displays a horizontal scroll bar. This property determines whether the column can be scrolled out of view or remains in a fixed position. |
Used in object: | TableColumn |
Values (with constants): | True - Does not scroll the column.(POW-TRUE) False - Scrolls the column.(POW-FALSE) You can lock scrolling for consecutive columns. |
Default value: | False(POW-FALSE) |
COBOL picture: | S9(4) COMP-5 |
OLE data type: | VT_BOOL |
Design time access: | Set and reference. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | None. |