Grid.ColumnMove

Description

Whether the user can rearrange columns by dragging.

Applies to

DataWindows

Syntax

Describe and Modify argument:

"DataWindow.Grid.ColumnMove { = value } "

Parameter

Description

value

Whether the user can rearrange columns.

Values are:

  • Yes – The user can drag columns.

  • No – The user cannot drag columns.

Usage


In the painter

Select the DataWindow object by deselecting all controls; then set the value in the Properties window, General category (available when the presentation style is Grid, Crosstab, or TreeView with the Grid Style option selected).

Examples

Example 1

[Visual Basic]
setting = dw1.Describe("DataWindow.Grid.ColumnMove")

dw1.Modify("DataWindow.Grid.ColumnMove=No")