TreeListView.AllowTreeIndentScrolling Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#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