Back to Devexpress

TreeListColumn.Fixed Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-9232a0f4.md

latest2.6 KB
Original Source

TreeListColumn.Fixed Property

Gets or sets whether the column is anchored to the control’s left or right edge.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(FixedStyle.None)]
[XtraSerializableProperty]
public virtual FixedStyle Fixed { get; set; }
vb
<DefaultValue(FixedStyle.None)>
<XtraSerializableProperty>
Public Overridable Property Fixed As FixedStyle

Property Value

TypeDefaultDescription
FixedStyleNone

A value that specifies whether the column is anchored to the control’s left or right edge.

|

Available values:

NameDescription
None

The column is not anchored.

| | Left |

The column is anchored at the control’s left edge.

| | Right |

The column is anchored at the control’s right edge.

|

Remarks

If the TreeListOptionsView.AutoWidth option is disabled and the total column width exceeds the control’s width, users can scroll the content horizontally. If you need a particular column to always be displayed on screen, set the Fixed property to Left or to Right.

You can anchor any number of columns to any edge. See the following topic for more information: Columns.

See Also

Columns

FixedLineWidth

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace