ColumnStretch Method (SparkDataGrid)

Action

Stretches the given column of the data grid.

Syntax

C#
dataGrid.ColumnStretch(columnIndex, localX)
VB
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.