<div class="meta" robots="noindex">

</div>

# ListBox.ColumnsResizable

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2019r2. Please use `DesktopListBox.AllowResizableColumns<desktoplistbox.allowresizablecolumns>` as a replacement.

</div>

## Description

If `True</api/language/true>`, the user can resize columns by moving the pointer over a column divider and dragging to the left or right.

## Notes

When the pointer is over a divider, it changes to an East-West Splitter pointer to indicate that the user can drag the divider. If <span class="title-ref">ColumnsResizable</span> is `False</api/language/false>`, the pointer does not change its shape.

## Sample code

This example enables the resizable feature.

``` xojo
Me.ColumnsResizable = True
```

## Compatibility

All projects types on all supported operating systems.
