Automatic resize Treeview (column width & row height) size inside ttk.Notebook
I create a treeview inside a tab from ttk.notebook widget.
I followed this description for addapt the size of the treeview table. I searched also the web, but couldn’t find a solution. The treeview is placed in the frame of the notebook tab, but doesn’t fill the available space. I tried also to play with the font size, but this doesn’t help a lot.
How can I write the code, that the treeview adjust automatic the size of the window.