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

TreeListBand.Fixed Property

Gets or sets the band’s behavior when the TreeList control is scrolled horizontally.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(FixedStyle.None)]
[XtraSerializableProperty]
public virtual FixedStyle Fixed { get; set; }

Property Value

Type Default Description
DevExpress.XtraTreeList.Columns.FixedStyle **None**

A value that specifies the band’s behavior when the TreeList control is scrolled horizontally.

Remarks

Use the Fixed property to always display the band’s content regardless of TreeList scrolling. If the Fixed property is set to Left or Right, the band is not moved when horizontal scrolling is performed.

In the Left style, the band is anchored to the left control’s edge. To anchor the band to the control’s right edge, choose the Right style. If the Fixed property is set to None, the band takes part in horizontal scrolling.

See Also