Hello,
I'd like to know solutions how to implement filtering nodes in treelistview.
At the moment I implemented datamodel/viewmodel but I have no idea how to implement filtering.
My first thought was to add a bool flag in my ViewModel indicating if node should be visible or not.. but I don't know how to hide nodes/nodegroups.
Rebuilding whole datamodel is not a good solutuion.
I'd like to know solutions how to implement filtering nodes in treelistview.
At the moment I implemented datamodel/viewmodel but I have no idea how to implement filtering.
My first thought was to add a bool flag in my ViewModel indicating if node should be visible or not.. but I don't know how to hide nodes/nodegroups.
Rebuilding whole datamodel is not a good solutuion.