Wisej.Web.ColumnHeaderAutoResizeStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Specifies how a column contained in a ListView should be resized.
Name | Description |
---|---|
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.
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.