# ColumnHeaderAutoResizeStyle

URL: https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/wisej.web.columnheaderautoresizestyle

Version: 4.1
Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.1.0.0)

Specifies how a column contained in aListView should be resized.

- C# - VB.NET

```csharp
public enum ColumnHeaderAutoResizeStyle : Enum
```

```visual
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](/api/wisej.web/lists-and-grids/listview/wisej.web.columnheader#autoresize-headerautoresize) | Resizes the width of the column as indicated by the resize style. | [ListView.AutoResizeColumn](/api/wisej.web/lists-and-grids/listview/#autoresizecolumn-columnindex-headerautoresize) | Resizes the width of the given column as indicated by the resize style. | [ListView.AutoResizeColumns](/api/wisej.web/lists-and-grids/listview/#autoresizecolumns-headerautoresize) | Resizes the width of the columns as indicated by the resize style.
