Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: 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