Grid.ColumnMove
property (DataWindow object)
Description
Whether the user can rearrange columns by dragging.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Grid.ColumnMove |
Describe and Modify argument:
|
1 |
"DataWindow.Grid.ColumnMove { = value } " |
|
Parameter |
Description |
|---|---|
|
value |
Whether the user can rearrange Values are: Yes — The user can No — The user cannot drag |
Usage
In the painter
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, Crosstab, or
TreeView with the Grid Style option selected).
Examples
|
1 2 3 4 5 |
string setting setting = dw1.Object.DataWindow.Grid.ColumnMove dw1.Object.DataWindow.Grid.ColumnMove = No setting = dw1.Describe("DataWindow.Grid.ColumnMove") dw1.Modify("DataWindow.Grid.ColumnMove=No") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest