0

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.

  • Got it. Thanks anyway. bind . { if { [winfo name %W] == "TabName" } { wm geometry [winfo toplevel %W] widthxheight } } – Gene Sorg Nov 07 '22 at 20:06

0 Answers0