views:

66

answers:

1

Hi,

I need to implement search feature in WPF treeview(basically I need to remember the last user selection). I have tried various approches suggested but nothing works as virtualization is enabled in my treeview and child nodes are loaded only when parent node is expanded(lazy loading).

Anyone knows of a sample having these three things implemented together?

A: 

Bea has a excellent series:

Hope it helps!

rudigrobler
Thanks rudigrobler, I have already seen these posts but none of them implements all these features. I have already tried the solutions mentioned in these articles.
akjoshi