Table of Contents

Enum CliColumnSizing

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Controls how a column's width is determined after content-driven sizing. Auto: size to content (default). Star: take remaining space after all Auto columns are resolved. Multiple Star columns share the remainder equally.
public enum CliColumnSizing

Fields

Auto = 0
Size the column to its content and style constraints.
Star = 1
Take a share of remaining width after auto columns are resolved.