# Using Touch Support with AutoFit

Learn how you can use touch gestures with automatic fit in Spread for ASP.NET control.

## Content



You can use touch support gestures with automatic fit.

Tap to select a column (resize handle becomes visible). Double-tap to resize the column automatically. The [Resizable](/spreadnet/api/latest/online-asp/FarPoint.Web.Spread/FarPoint.Web.Spread.Column.Resizable.html) property must be true for the column.

![Double-tap resize handle](https://cdn.mescius.io/document-site-files/images/346c9178-0ed8-4fb9-908b-1565b22fb408/artwork/tautofit1.png)

The following image displays the resized column.

![Resized column](https://cdn.mescius.io/document-site-files/images/346c9178-0ed8-4fb9-908b-1565b22fb408/artwork/tautofit2.png)

## See Also

[Resizable Property](/spreadnet/api/latest/online-asp/FarPoint.Web.Spread/FarPoint.Web.Spread.Column.Resizable.html)

[Allowing the User to Resize Rows or Columns](/spreadnet/docs/latest/online-asp/overview/spweb-devguide/spweb-interaction/spweb-interact-rowcol/spweb-rowcol-resize)