Skip to main content
Version: 3.5

ColumnHeaderAutoResizeStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how a column contained in a ListView should be resized.

public enum ColumnHeaderAutoResizeStyle : Enum

Fields

NameDescription
ColumnContentSpecifies the column should be resized based on the size of the column content.
HeaderAndColumnContentSpecifies the column should be resized based on the size of the column header content and on the size of the column content.
HeaderSizeSpecifies the column should be resized based on the size of the column header content.
NoneSpecifies no resizing should occur.

Used By

NameDescription
ColumnHeader.AutoResizeResizes the width of the column as indicated by the resize style.
ListView.AutoResizeColumnResizes the width of the given column as indicated by the resize style.
ListView.AutoResizeColumnsResizes the width of the columns as indicated by the resize style.