SMART datagrid v.1 > Classes > GridHeader

Back  Forward

DataLudi.GridHeader.subTextGap  property

The distance between main text and sub text which is displayed by text

If subTextGap value of ColumnHeader is undefined, it will use this value. 

Defaults to 1.

Getter
function subTextGap(): Integer
Setter
function setSubTextGap(value: Integer)
Code -1
    grid.setHeader({
        subTextGap : 2
    });
    
    // or, by property
    grid.header().setSubTextGap(2);
See Also
subTextLocation
ColumnHeader.subTextGap
Examples
Column Header