DataLudi Grid v.1 > Types

Back  Forward

Types.TextWrapMode

The way to display wraping text to break line, if width of string to display is wider than width of cell. It is used textWrap property of GridStyles

Values
NONE"none"Don't break line.
EXPLICIT"explicit"Break line and display by newline text such as "\r\n" and "\n".
NORMAL"normal"If width of text to display is wider than width of cell, wrap text to break line.

See Also
GridStyles
textWrap