Hello, I was wondering if there was a way to have another binding as a fall back value ?
I'm trying to do something like this:
<Label Content="{Binding SelectedItem.Name, ElementName=groupTreeView, FallbackValue={Binding RootGroup.Name}}" />
If any ones got another trick to pull it off that would be great.
Thanks, Raul