Hi,
When using the SfTreeNavigator outside of the sblayout:SampleLayoutControl, I can navigate forwards and back through the tree no problem.
However, when Navigating back to the root, I notice the below in the Output window:
System.Windows.Data Error: 40 : BindingExpression path error: 'Header' property not found on 'object' ''TreeViewModel' (HashCode=9047482)'. BindingExpression:Path=Header; DataItem='TreeViewModel' (HashCode=9047482); target element is 'TextBlock' (Name=''); target property is 'Text' (type 'String')
System.Windows.Data Error: 40 : BindingExpression path error: 'Description' property not found on 'object' ''TreeViewModel' (HashCode=9047482)'. BindingExpression:Path=Description; DataItem='TreeViewModel' (HashCode=9047482); target element is 'TextBlock' (Name=''); target property is 'Text' (type 'String')
Please assist?
Regards,
Ewald