Unplanned
Last Updated: 16 Jun 2022 13:26 by Martin Ivanov
Currently, the Shift + click action (when SelectionMode is Extended) selects only the expanded items. Any child items that are in the collapsed items collection of a node won't get selected.

Add a mechanism to allow this type of selection. It can be built-in or some events or method overrides can be introduceds in order to be bale to easily interfere and customize the extended selection.
Unplanned
Last Updated: 09 Dec 2021 09:20 by ADMIN
When dragging and dropping an item, to get the current item's place in the collection you would need to either use the underlying collection bound to the ItemsSource property or get it via reflection. Instead, change the ParentView and RootView properties of the HierarchicalChildCollectionView, to public, to not use the reflection approach. 
Unplanned
Last Updated: 09 Nov 2020 14:01 by ADMIN
Created by: Vesa
Comments: 1
Category: TreeListView
Type: Feature Request
3
We have many use cases where we have multiple panels and we want a tree control (TreeListView or TreeView) to control the contents of the other panels based on selection. Because the selection always happens on MouseDown instead of MouseUp it is impossible to drag & drop items from the tree without changing the selection and thus the contents of the other panels.
Unplanned
Last Updated: 28 Feb 2020 14:53 by ADMIN
Created by: Dinko
Comments: 0
Category: TreeListView
Type: Feature Request
3
The control does not have a build-in expand/collapse animation. 
Unplanned
Last Updated: 19 Nov 2019 10:42 by ADMIN
Created by: Gonzalo
Comments: 0
Category: TreeListView
Type: Feature Request
2
Expose API to allow customizing the appearance of the tree lines.
Unplanned
Last Updated: 24 Oct 2019 11:37 by ADMIN
Add a mechanism that allows you to sort each child level separately. For example, by applying a different sort descriptor to each child hierarchical view collection.
Unplanned
Last Updated: 12 Jun 2019 11:01 by ADMIN
Created by: Andreas
Comments: 0
Category: TreeListView
Type: Feature Request
2
 
Unplanned
Last Updated: 21 Jan 2019 10:46 by ADMIN
Created by: Yura
Comments: 0
Category: TreeListView
Type: Feature Request
0
Research a possible way to improve the expanding performance of TreeListViewRow.
Unplanned
Last Updated: 09 Oct 2017 17:52 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: TreeListView
Type: Feature Request
3

			
Unplanned
Last Updated: 25 Apr 2017 13:12 by ADMIN
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Vera
Comments: 0
Category: TreeListView
Type: Feature Request
4
Asynchronous mode for ExpandAllHierarchyItems()
Unplanned
Last Updated: 04 Aug 2016 09:21 by ADMIN
ADMIN
Created by: Yordanka
Comments: 0
Category: TreeListView
Type: Feature Request
2
Currently, RadTreeListView does not support MergedCells feature. 
Unplanned
Last Updated: 04 Aug 2016 09:21 by John
Unplanned
Last Updated: 04 Aug 2016 09:20 by ADMIN
Unplanned
Last Updated: 04 Aug 2016 09:20 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: TreeListView
Type: Feature Request
0
Currently, setting HierarchyIndent property does not work as expected for nested rows.
Unplanned
Last Updated: 04 Aug 2016 09:20 by ADMIN
The goal is to expand a second node each time you expand a particular node from the RadTreeListView. The data of the second node is loaded on demand, but it is not shown when the node itself is expanded.