List Column - CellWidth Property

Width of the cell in pixels when not overridden by CellSizing

Member of List Column (PRIM_LIST.Column)

Data Type - Integer

Details

The CellWidth property governs the width of the contents of the cell.
 
When CellSizing is FitBoth or FitToWidth, the contents of the cell will fill the space and this property has no effect.
 
However, when CellSizing is not forcing a size, the CellWidth and CellHeight properties are be used to define the content size.
 
CellAlignment and the CellMarginLeft, CellMarginRight, CellMarginTop and CellMarginBottom properties can be used to position it.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2