gridWidth

abstract override var gridWidth: Int

The width of this grid, i.e. the number of columns.

  • If value is decreased, existing columns will be truncated.

  • If value is increased, new columns will be added and filled with 0 (null character).