Skip to main content
A newer version of this page is available. .

TreeListOptionsCustomization.AllowColumnResizing Property

Specifies whether columns can be resized by dragging the right edge of their headers.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowColumnResizing { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if columns can be resized; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowColumnResizing
WinForms Controls GanttControl
.OptionsCustomization.AllowColumnResizing
ResourcesTree
.OptionsCustomization.AllowColumnResizing
TreeList
.OptionsCustomization.AllowColumnResizing
Reporting XRDesignFieldList
.OptionsCustomization.AllowColumnResizing
XRDesignReportExplorer
.OptionsCustomization.AllowColumnResizing

Remarks

The AllowColumnResizing property is not in effect when you customize bands using the Tree List Designer.

To prevent a specific column from being resized, use the column’s TreeListOptionsColumn.AllowSize property.

See Also