-
Notifications
You must be signed in to change notification settings - Fork 62
Expanded node event #38
Comments
You can bind this view property to your view-model class and react on the property changed. That's how I do it, also for implementing lazy loading of child items. Does that help you or do you need more details? |
Do you have a link where I can read in this? Thanks a lot! |
I use that in my TxEditor application, you can view its source code here. The |
Thank you. I will give it a try. |
It might still be useful to have an expanded event, much like the standard TreeView has. In the original, it is implemented as a RoutedEvent on the item type which can bubble, and it allows users to set up a centralized event handler for any tree item expanding by adding a TreeViewItem.Expanded attribute on the TreeView element in the XAML. |
First of all: Thank you for this great project. This ticket is not an issue, in fact it´s a feature request.
It would be nice if there would be an event which triggers when a node has been expanded (and not been selected). So the event should also trigger if the user clicks on the triangle beside the display name. Currently it is only possible to check if a node is expanded or not.
The text was updated successfully, but these errors were encountered: