Table of Contents

Property MinWidth

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MinWidth

Set the minimum width of the column in characters. Setting this will ensure that even when a column has short content/header it still fills a given width of the control.

This value will be ignored if more than the tables MaxCellWidth or the MaxWidth

For setting a flexible column width (down to a lower limit) use MinAcceptableWidth instead
public int MinWidth { get; set; }

Property Value

int