WrapKind
Specify how text inside cell will be drawn when there is no enough horizontal space for drawing it completely in a one line.
pas
property WrapKind: TNxWrapKind read FWrapKind write SetWrapKind default wkEllipsis;
Specify how text inside cell will be drawn when there is no enough horizontal space for drawing it completely in a one line.
property WrapKind: TNxWrapKind read FWrapKind write SetWrapKind default wkEllipsis;