SMART datagrid v.1 > Types

Back  Forward

DataLudi.TextWrap

The way of displaying by wrapping lines when the width of string which will be displayed is greater than the width of cell. It is used as textWrap property of GridStyles

Values
NONE"none"Do not wrap lines.
EXPLICIT"explicit"Display by wrapping lines at newline characters such as "\r\n" and "\n".
NORMAL"normal"Wrap lines if there is newline character or the width of text which will be displayed is greater than the width of cell.
ELLIPSIS"ellipsis"

See Also
GridStyles
textWrap