tags:

views:

7

answers:

1

I got this exception and don't know what to do with it. I'm using TreeListView that I found on the net

  <tv:TreeListView x:Name="listView" ItemsSource="{Binding TreeRoot}" Margin="5"      Width="640" Height="732">

    </tv:TreeListView>

Does someone had this exception ?

A: 

I suspect the TreeRoot collection in your datacontext contains null items...

Thomas Levesque