TcxMCListBox.ShowEndEllipsis Property
Specifies whether ellipses are displayed at the end of values that don’t fit into columns.
Declaration
property ShowEndEllipsis: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If values don’t fit into columns you can force them to be word wrapped by setting the MultiLines property to True. Otherwise, such values are displayed in a single line. In this case, you can specify whether ellipses must be displayed at the end of values that don’t fit into columns. To display them set the ShowEndEllipsis property to True. Otherwise, values are simply truncated by the column border.
Images below show the same multi column list box when the ShowEndEllipsis property is set to True and False respectively. (The MultiLines property is set to False.)
The default value of the ShowEndEllipsis property is True.
See Also