Unplanned
Last Updated: 09 Dec 2021 09:20 by ADMIN
Stenly
Created on: 09 Dec 2021 09:20
Category: TreeListView
Type: Feature Request
0
TreeListView: Expose several internal properties of the HierarchicalChildCollectionView class, to allow modification of the parent hierarchical collection
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. 
0 comments