List Column - CellMarginRight Property

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

Member of List Column (PRIM_LIST.Column)

Data Type - Integer

Details

The CellMarginRight property governs the gap between the right of the cell and the contents.
 
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, 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