Property MinWidth
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
public int MinWidth { get; set; }