ListBox.ColumnsResizable


Warning

This item was deprecated in version 2019r2. Please use DesktopListBox.AllowResizableColumns as a replacement.

Description

If 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 ColumnsResizable is False, the pointer does not change its shape.

Sample code

This example enables the resizable feature.

Me.ColumnsResizable = True

Compatibility

All projects types on all supported operating systems.