0

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

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

    </tv:TreeListView>

Has anyone had this exception?

Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
Erez
  • 6,405
  • 14
  • 70
  • 124

1 Answers1

0

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

Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
Thomas Levesque
  • 286,951
  • 70
  • 623
  • 758