Table of Contents

Property TruncationIndicator

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

TruncationIndicator

Gets or sets the string appended to a cell value (or column header) when its rendered representation does not fit in the available column width. Defaults to HorizontalEllipsis ("…").

public string? TruncationIndicator { get; set; }

Property Value

string

Remarks

Set to null or an empty string to suppress the indicator and silently clip the value at the available width.

If the indicator itself is wider than the available column width the value is silently clipped (no indicator is drawn).