Skip to main content

TreeListOptionsBand.FixedWidth Property

Specifies whether the band’s width remains fixed when the TreeList‘s auto width feature is enabled and the Tree List is resized.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool FixedWidth { get; set; }

Property Value

Type Default Description
Boolean false

true if the band’s width remains fixed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to FixedWidth
TreeListBand
.OptionsBand .FixedWidth

Remarks

The FixedWidth property is in effect only when the Tree List is resized. The OptionsBand.AllowSize and TreeListOptionsCustomization.AllowBandResizing properties don’t depend on the FixedWidth property’s value.

The auto width option can be enabled by setting the TreeList’s TreeListOptionsView.AutoWidth property to true.

See Also