Table of Contents

Property Visible

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Visible

Gets or Sets a value indicating whether the column should be visible to the user. This affects both whether it is rendered and whether it can be selected. Defaults to true.

public bool Visible { get; set; }

Property Value

bool

Remarks

If MaxWidth is 0 then Visible will always return false.