I like the tabbedview interface feature in PB2022R2. We've been using the TabbedDocument style of Dockable windows for a couple years now (with OpenSheetAsDocument, rather than the plain old OpenSheet commands). It worked relatively well but was a concern since the feature was obsoleted a few years back. However, that approach did not have any way to control the look and feel of the tabs it created - color, font, font-size, etc. There were no theme elements for them either.
I'm just now trying out the TabbedView, and have two features I'd like to control if possible.
- Clicking a tab automatically adds the window title to the end of the Application Title bar. Is there a way to turn this on or off? I think it is enough to see which tab is current. The name doesn't also need to be in the application title.
- Which direction the new windows tabs are added to. It currently adds a new tab on the left side, pushing existing tabs to the right. Because of the way our application was working before, with new tabs being added to the right of existing tabs, I would love to keep that same direction so the users don't experience a big change.
If those features are controllable already, please let me know how.
If not, I hope they might be considered in future enhancements.
Thanks, Glenn
Here is the other missing part ... https://docs.appeon.com/pb2022r3/application_techniques/Displaying_sheets_in_tabbed_view.html
Check out the "Manipulating the tabbed view" section. HTH
Regards .. Chris