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

TreeListOptionsBehavior.ResizeNodes Property

Gets or sets whether end-users are allowed to change the heights of nodes.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to allow end-users to change the heights of nodes; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ResizeNodes
WinForms Controls ResourcesTree
.OptionsBehavior.ResizeNodes
TreeList
.OptionsBehavior.ResizeNodes
Reporting XRDesignFieldList
.OptionsBehavior.ResizeNodes
XRDesignReportExplorer
.OptionsBehavior.ResizeNodes

Remarks

If the Tree List’s TreeListOptionsBehavior.AutoNodeHeight option is set to true, the height of its nodes is automatically adjusted so as to completely display the contents of its cells. In this case end-users cannot change the heights of the nodes regardless of the ResizeNodes property’s value.

See Also