Hi All,
If I put this binding anywhere inside the DockSite area (doesn't matter which window), the binding does not work. If I put it outside (e.g. in the statusbar of the demo application), it works fine.
I added a screenshot of the demo application.
For the ones not working I see this kind of error in the output:
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'ElementName=DockCombo'. BindingExpression:Path=SelectedItem.Content; DataItem=null; target element is 'TextBox' (Name=''); target property is 'Text' (type 'String')
This is the binding:
<code>
Item1
Item2
Item3
</code>
Any ideas?
Marcel