Hey everyone, I'm trying to disable tab tearing, and I know it's been asked at least 5 times before, I know I just have to stop using InterTabController but I'm extremely new to WPF. What do I replace it with? I'm working from the BoundExampleDemo and I have almost all InterTabController stuff removed except for this part: "<!-- a root, named tab control is needed..." (I'm surprised it still works at all at this point?)
http://i.imgur.com/Ar0PrYu.pngI tried removing all 5 of those lines, just the middle 3, just the very middle one. But as soon as I do I either crash or the layout doesn't display at all.