I must be missing something obvious - how can I detect when a node is expanded in a Silverlight TreeView?
|
|
|
|
|
|
|
Unfortunately "SelectedItemChanged" is not a routed event yet. So the closest you could get is using this:
|
||
|
|
|
|
Also the treeviewitems have an expanded event which I'm using currently but you'd have to attach to each node you add.
|
||
|
|
