diff --git a/Terminal.Gui/Views/TableView.cs b/Terminal.Gui/Views/TableView.cs index eccc83605..0a9a8cc0c 100644 --- a/Terminal.Gui/Views/TableView.cs +++ b/Terminal.Gui/Views/TableView.cs @@ -6,6 +6,9 @@ using System.Linq; namespace Terminal.Gui.Views { + /// + /// Describes how to render a given column in a including and textual representation of cells (e.g. date formats) + /// public class ColumnStyle { /// @@ -448,7 +451,7 @@ namespace Terminal.Gui.Views { } /// - /// Truncates or pads so that it occupies a exactly using the alignment specified in (or left if no style is defined) + /// Truncates or pads so that it occupies a exactly using the alignment specified in (or left if no style is defined) /// /// The object in this cell of the /// The string representation of