ColumnHeaderAutoResizeStyle

Wisej.Web.ColumnHeaderAutoResizeStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

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

public enum ColumnHeaderAutoResizeStyle : Enum

Fields

NameDescription

ColumnContent

Specifies the column should be resized based on the size of the column content.

HeaderAndColumnContent

Specifies the column should be resized based on the size of the column header content and on the size of the column content.

HeaderSize

Specifies the column should be resized based on the size of the column header content.

None

Specifies no resizing should occur.

Used By

NameDescription

Resizes the width of the column as indicated by the resize style.

Resizes the width of the given column as indicated by the resize style.

Resizes the width of the columns as indicated by the resize style.

Last updated