Table of Contents

Enum TableViewColumnAutoWidthMode

Namespace
WinUI.TableView
Assembly
WinUI.TableView.dll

Specifies the behavior for automatic column width.

public enum TableViewColumnAutoWidthMode

Fields

Both = 0

Column width is adjusted to both header and maximum cell width.

Cells = 1

Column width is adjusted to maximum cell width.

Header = 2

Column width is adjusted to header width.