Declined
Last Updated: 26 Oct 2018 08:44 by ADMIN
workaround:
Extract the ControlTemplate for the TreeListViewRow and set the Style explicitly or remove the local Style setter.
Completed
Last Updated: 03 Oct 2018 11:24 by ADMIN
Unplanned
Last Updated: 06 Aug 2018 13:26 by Vladimir
Unplanned
Last Updated: 05 Jun 2018 13:37 by ADMIN
Completed
Last Updated: 16 Mar 2018 11:13 by ADMIN
Completed
Last Updated: 16 Mar 2018 09:20 by ADMIN
Unplanned
Last Updated: 09 Oct 2017 17:52 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: TreeListView
Type: Feature Request
3

			
Completed
Last Updated: 01 Jun 2017 08:47 by ADMIN
Completed
Last Updated: 18 May 2017 14:59 by ADMIN

Available in LIB version: 2017.2.522
Unplanned
Last Updated: 25 Apr 2017 13:12 by ADMIN
Completed
Last Updated: 05 Jan 2017 14:30 by ADMIN
Completed
Last Updated: 07 Oct 2016 10:11 by ADMIN
Expanded TreeListViewRow cannot be collapsed when select a child node and SelectionMode is set to "Expanded".

Steps to reproduce:
1. Expand the root node
2. Select a child node
3. Try to collapse the root node
Declined
Last Updated: 07 Sep 2016 07:31 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: 11 Aug 2016 14:04 by Tim Ge
Items are expanded when they match the filtering criteria.

Once I added the filterdescriptor, the tree started to expand itself
and when I put a break point in RowIsExpandedChanged event handler
the treelistviewrow's IsExpanded property is already true

Can you have a look at the attached sample application
and try to achieve the following:
1. keep the on demand load (so only loadchildren when user clicked on the arrow to expand)
2. apply filter only on the expanded nodes