Whether the user can use the mouse to change the height of the rows in the detail area of the DataWindow.
DataWindows
Describe and Modify argument:
"DataWindow.Row.Resize { = value } "
Parameter |
Description |
---|---|
value |
Whether the user can resize the rows in the detail area. Values are:
|
Select the DataWindow by deselecting all controls; then set the value in the Properties window, General category (available when the presentation style is Grid or Crosstab).
[Visual Basic] setting = dw1.Describe("DataWindow.Row.Resize")
dw1.Modify("DataWindow.Row.Resize=0")