SMART datagrid v1.4 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.textWrap  property

It specifies the way of displaying the text when it is beyond cell range by TextWrap constant. 

Getter
function textWrap(): TextWrap
Setter
function setTextWrap(value: TextWrap)
Code -1
    column.setStyles({
        textWrap: DataLudi.TextWrap.EXPLICIT
    };
See Also
textAlignment
lineAlignment
Styles Overview
Examples
Column Styles