Back to Devexpress

TreeListView.AllowTreeIndentScrolling Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-14223bfc.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowTreeIndentScrolling { get; set; }
vb
Public Property AllowTreeIndentScrolling As Boolean

Property Value

TypeDescription
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

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace