SharpLeaf Reference > SharpLeaf Properties > Ellipsis Property SharpLeaf.Ellipsis Property
Character that marks text clipping (default is ‘…’ – Unicode 0x2026 – code point 8230 – set to ‘ ‘ to disable).
public char Ellipsis {get; set;}
Example
lf.Ellipsis = ' '; // Disable ellipsis
Description
Set to blank space to disable ellipsis.
See also ...SharpLeaf Members | Table.SetCellClip Method | Frame.XClip Property
Send comments on this topic © Dyalog Ltd 2021
|