I have a TCL/TL form with 3 Notebook tabs. Each tab has very different layouts and therefore needed heights. How do I get the toplevel form height to only be what is needed for each tab? I have looked at "wm geometry" and ttk::style, probably incorrectly, but do see how to make that dynamic when changing tabs. Thanks in advance.
Create a form with 3 tabs that changes size (height) when changing between tabs.