Row.Resize
property (DataWindow object)
Description
Whether the user can use the mouse to change the height of the
rows in the detail area of the DataWindow.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Row.Resize |
Describe and Modify argument:
|
1 |
"DataWindow.Row.Resize { = value } " |
|
Parameter |
Description |
|---|---|
|
value |
Whether the user can resize the rows in the detail
|
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 2 3 4 5 |
string setting setting = dw1.Object.DataWindow.Row.Resize dw1.Object.DataWindow.Row.Resize = 0 setting = dw1.Describe("DataWindow.Row.Resize") dw1.Modify("DataWindow.Row.Resize=0") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest