Whether the user can rearrange columns by dragging.
DataWindows
PowerBuilder dot notation:
dw_control.Object.DataWindow.Grid.ColumnMove
Describe and Modify argument:
"DataWindow.Grid.ColumnMove { = value } "
Parameter |
Description |
---|---|
value |
Whether the user can rearrange columns. Values are:
|
Select the DataWindow object by deselecting all controls; then set the value in the Properties view, General tab, Grid group, Column Moving check box (available when the presentation style is Grid or Crosstab).
string setting
setting = dw_1.Object.DataWindow.Grid.ColumnMove
dw_1.Object.DataWindow.Grid.ColumnMove = No
setting = dw_1.Describe("DataWindow.Grid.ColumnMove")
dw_1.Modify("DataWindow.Grid.ColumnMove=No")