ColumnCount Property (FlexListBase)

Action

Gets the number of columns to be displayed in a TileList control or items in a HorizontalList control.

For the DataGrid it is the number of visible columns. Note: Setting this property has no effect on a DataGrid control, which bases the number of columns on the control width and the individual column widths.

The default value is 4.

Syntax

'Declaration
Protected Read Property columnCount As Integer

Access

Read only.