ColumnStretch Method (FlexAdvancedDataGrid)
Class
FlexAdvancedDataGrid
class
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. REAL.