This question is locked. New answers and comments are not allowed.
When using the SelectedIndex on the tabcontrol the default binding mode is OneTime instead of OneWay like all other properties.
e.g. SelectedIndex="{Binding SelIndex}"
I searched a while, to find out while my binding is not working because I thought I set a wrong path.
The default should be OneWay, or?