The WPF application we're developing starts out in WindowState="Normal"
We have several TabControls, each having 3 or 4 TabItems. Everything works great UNTIL you hit the Maximize button to go to full screen. Once on full screen you loseall functionality on the tab with the mouse. You do have some function if you use the tab key.
However if I start the app in WindowState="Maximized" everything works as programmed. Any thoughts??