Property ExpandLastColumn | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
ExpandLastColumn
Determines rendering when the last column in the table is visible, but it's content orMaxWidth is less than the remaining space in the control. True (the default) will expand the column to fill the remaining bounds of the control. False will draw a column ending line and leave a blank column that cannot be selected in the remaining space.
public bool ExpandLastColumn { get; set; }