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

TreeList.FixedLineWidth Property

Gets or sets the width of fixed panel dividers.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(2)]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)]
public virtual int FixedLineWidth { get; set; }

Property Value

Type Default Description
Int32 2

An integer value which specifies the width of vertical lines, in pixels, that separate anchored columns from other columns.

Remarks

The Tree List allows individual columns to be anchored to the left or right. Fixed columns don’t take part in horizontal scrolling. Visually they are separated from other columns by vertical lines whose width is specified by the FixedLineWidth property. For more information on fixed columns, see Fixed Columns.

See Also