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
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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