ColumnStretch Method (FlexAdvancedDataGrid)

Action

Dispatched when a user changes the width of a column, indicating that the amount of data displayed in that column may have changed.

Syntax

advancedDataGrid.ColumnStretch(columnIndex, localX)
Variable Description
columnIndex The zero-based index of the item's column in the DataGrid object's columns array. Integer.
localX The x position of the mouse. Double.