I have a number of usercontrols inside tabitems in a tabcontrol in a main Window. One user control per tabitem all inside a window.
After some code executes inside one of the controls (inside one of the tabitems), I want to enable/disable other tabitems.
How can I do it?