ColumnWidth Property (FlexListBase)

Action

Gets the width of the control's columns.

This property is used by TileList and HorizontalList controls. It has no effect on DataGrid controls, where you set the individual DataGridColumn widths.

The default value is 50.

Syntax

'Declaration
Protected Read Property columnWidth As Double

Access

Read only.