ColumnStretch Method (SparkDataGrid)
Class
SparkDataGrid
.
Action
Stretches the given column of the data grid.
Syntax
dataGrid
.
ColumnStretch
(
columnIndex
,
localX
)
Variable
Description
columnIndex
The zero-based index of the selected column in the DataGrid object's columns array.
Integer
.
localX
The size of the column relative to the data grid.
Double
.