All pages
Powered by GitBook
1 of 1

Loading...

ColumnHeaderAutoResizeStyle

Wisej.Web.ColumnHeaderAutoResizeStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

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

public enum ColumnHeaderAutoResizeStyle : Enum
Public Enum ColumnHeaderAutoResizeStyle As [Enum]

Fields

Name
Description

Used By

Name
Description

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.

ColumnHeader.AutoResize

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

ListView.AutoResizeColumn

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

ListView.AutoResizeColumns

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