I am using a Tab Strip to navigate between windows in my application. The Tab Strip is the only component in a template that is on all of the main windows. When in runtime and pressing a tab the main window navigates to the correct window on the first press, but the selection color does not change until a second press of the new tab. How do I get the tab strip selection to update on the first press and not requiring a double-click?
The tab strip, when set to swap windows itself, is not designed to be inside the windows being swapped. It is supposed to be in a dock. I wouldn't expect it to work as you've described.
1 Like
That makes sense, I'll move the tab strip out to a docked window.