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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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 |
|
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.