2.298 .rowsizeable[integer]
This single-indexed attribute controls the interactive maximization of rows.
Definition
-
Data type
boolean
-
Access
get, set
-
changed event
yes

-
C
Data type: DT_boolean
-
COBOL
Data type: DT-boolean
-
Classification
object-specific attribute
-
Objects
If the mouse is moved beyond the margin of a manipulable field, the cursor will change displaying a symbol which indicates change of size. You cannot specify this cursor symbol.
You can start the maximization by using the left mouse button. A gray hatched line indicating the mouse position will be displayed (the width of the hatched line depends on the attribute .rowlinewidth[integer]). If the mouse is moved (by pressing the left mouse button), the hatched line will move along. The maximization stops when the mouse button is released.
This attribute is used as other single-indexed attributes for tablefield, i.e. .rowsizeable[0] provides the default to be used if no value is specified for the column. The default of .rowsizeable[0] is false.