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

TreeListView.AllowTreeIndentScrolling Property

Gets or sets whether to allow end users to scroll expanded nodes horizontally together with expand buttons. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

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

Declaration

public bool AllowTreeIndentScrolling { get; set; }

Property Value

Type Description
Boolean

true, to allow end-users to scroll expanded nodes horizontally together with expand buttons; otherwise, false.

Remarks

The TreeIndentScrolling property works in optimized mode only.

Tree indents cannnot be scrolled in TreeDerivationMode.HierarchicalDataTemplate (non-optimized mode).

You can use TreeDerivationMode.ChildNodesSelector (optimized mode) to make the TreeIndentScrolling feature work.

See Also