views:

11

answers:

0

Hi all.

I have a TreeView with binded ItemsSource. I want to select my root(first) node. But ItemContainerGenerator has not generated any TreeViewItem objects yet.

Is there any nice way to select the items without using timers/threads and so on ?