List Column - CellHeight Property

Height of the cell in pixels when not overridden by CellSizing

Member of List Column (PRIM_LIST.Column)

Data Type - Integer

Details

The CellHeight property governs the height of the contents of the cell.
 
When CellSizing is FitBoth or FitToHeight, the contents of the cell will fill the space and this property has no effect.
 
However, when CellSizing is not forcing a size, the CellHeight and CellWidth 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