Table of Contents

Property ColumnStyles

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ColumnStyles

Collection of columns for which you want special rendering (e.g. custom column lengths, text justification, etc.)

public Dictionary<int, ColumnStyle> ColumnStyles { get; set; }

Property Value

Dictionary<int, ColumnStyle>