Skip to main content
A newer version of this page is available. .
All docs
V20.2

TreeViewControl.AutoWidthMode Property

Gets or sets how to calculate the TreeViewControl‘s width, by the maximum width of the longest visible node or by the maximum width of the longest node that was ever visible.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public AutoWidthMode AutoWidthMode { get; set; }

Property Value

Type Default Description
DevExpress.Xpf.Grid.AutoWidthMode VisibleNodes

Specifies how to calculate the TreeViewControl‘s width.

Remarks

In VisibleNodes mode, the horizontal scroll bar appears if visible nodes do not fit within the TreeViewControl.

In AllNodes mode, the TreeViewControl calculates its width by the width of the longest node that was ever visible.

See Also