Row.Resize DataWindow object property
Description
Whether the user can use the mouse to change the height of
the rows in the detail area of the DataWindow.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.Row.Resize |
Describe and Modify argument:
|
1 |
"DataWindow.Row.Resize { = <span>value</span> } " |
|
Parameter |
Description |
|---|---|
|
value |
Whether the user can resize the rows
|
Usage
In the painter
Select the DataWindow by deselecting all controls; then set the
value in the Properties view, General tab, Row Resize option (available when
the presentation style is Grid or Crosstab).
Examples
|
1 |
string setting |
|
1 |
setting = dw1.Object.DataWindow.Row.Resize |
|
1 |
dw1.Object.DataWindow.Row.Resize = 0 |
|
1 |
setting = dw1.Describe("DataWindow.Row.Resize") |
|
1 |
dw1.Modify("DataWindow.Row.Resize=0") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest