Python Forum
[Tkinter] Treeview expand button size
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Treeview expand button size
#2
Download John Shipman's tkinter manual here: http://reu.cct.lsu.edu/documents/Python_...kinter.pdf (a new home hopefully)
tkinter has not changed much (if at all) since this manual was written, so it's still a very viable reference.

Go to page 137 (ttk.Treeview) to get attribute details.

The size of your Treeview is limited by the size of it's container (widget).

When I write a tkinter application, I usually divide the root window into frames, one for each separate part of the overall application, one of those dedicated to a Treeview, Listview, or similar widget (if needed).
If you do this, then you can expand your Treeview to fill the entire frame, set stretch = True so it will expand when the main window expands.

I have an application (though quite old, Sept 2016) where I do this here.
Reply


Messages In This Thread
Treeview expand button size - by shamnadinn - Mar-05-2020, 09:39 AM
RE: Treeview expand button size - by Larz60+ - Mar-05-2020, 03:58 PM
RE: Treeview expand button size - by shamnadinn - Mar-05-2020, 05:27 PM
RE: Treeview expand button size - by Larz60+ - Mar-05-2020, 09:44 PM
RE: Treeview expand button size - by shamnadinn - Mar-06-2020, 09:43 AM
RE: Treeview expand button size - by Larz60+ - Mar-06-2020, 10:33 AM
RE: Treeview expand button size - by shamnadinn - Mar-08-2020, 06:58 AM
RE: Treeview expand button size - by Larz60+ - Mar-08-2020, 09:27 AM
RE: Treeview expand button size - by shamnadinn - Mar-08-2020, 12:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Search data in treeview without search button TomasSanchexx 3 1,696 Aug-12-2023, 03:17 AM
Last Post: deanhystad
  [Tkinter] [split] Is there a way to embed a treeview as a row inside another treeview? CyKlop 5 3,454 Oct-20-2021, 12:14 AM
Last Post: CyKlop
  [Tkinter] Trying to change font size w/o changing button size python63 3 9,959 Aug-05-2020, 01:04 AM
Last Post: Larz60+
  [PyGUI] Expand last sub-node of treeview widget mart79 1 2,163 Apr-25-2020, 07:57 PM
Last Post: mart79
  [PySimpleGui] How to alter mouse click button of a standard submit button? skyerosebud 3 5,077 Jul-21-2019, 06:02 PM
Last Post: FullOfHelp
  [Tkinter] Not getting entry values on button click & treeview not updating ? swanysto 4 7,125 May-10-2019, 04:16 PM
Last Post: swanysto
  [Tkinter] Treeview automatically adjust it's size when pack inside frame Prince_Bhatia 1 28,058 Jul-25-2018, 03:24 AM
Last Post: Larz60+
  PyGtk3 why is Locale Folder Size Half of Module Size ? harun2525 1 3,665 Mar-09-2017, 03:46 AM
Last Post: Analyser

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020