ResizableColumns Property (FlexDataGrid)

Action

Gets whether the user can change the size of the columns.

If true, the user can stretch or shrink the columns of the DataGrid control by dragging the grid lines between the header cells. If false, individual columns must also have their resizable properties set to false to prevent the user from resizing a specific column.

The default value is true.

Syntax

'Declaration
Protected Read Property resizableColumns As Boolean

Access

Read only.