ColumnHeaderAutoResizeStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how a column contained in a ListView should be resized.
- C#
- VB.NET
public enum ColumnHeaderAutoResizeStyle : Enum
Public Enum ColumnHeaderAutoResizeStyle As [Enum]
Fields
| 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. |
Used By
| Name | Description |
|---|---|
| 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. |