List Column - CellMarginTop Property

Top margin of the cell in pixels when not overridden by CellSizing

Member of List Column (PRIM_LIST.Column)

Data Type - Integer

Details

The CellMarginTop property governs the gap between the top of the cell and the contents.
 
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, CellAlignment and the CellMarginLeft, CellMarginRight, CellMarginTop and CellMarginBottom properties can be used to position it.
 
The CellHeight and CellWidth properties are be used to define the content size.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2