views:

26

answers:

0

I am trying to define a HierarchicalDataTemplate. The ItemsSource I want to bind to will only ever have one item in it so I don't want it to be a collection, just a single item. How do I do this as it will only work if the path of ItemsSource points to a collection?