Python Forum
[Tkinter] Treeview expand button size
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Treeview expand button size
#9
Thank you very much for your help Larz60+,

We have managed to find it out, please add the below lines to the the code and then it will work. The expand button sixe can be adjusted by changing the values of indicatorsize and indicatordiameter
s = ttk.Style()
s.configure(".", indicatorsize = '50', indicatordiameter='50')
s.theme_use('default')
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,819 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,549 Oct-20-2021, 12:14 AM
Last Post: CyKlop
  [Tkinter] Trying to change font size w/o changing button size python63 3 10,098 Aug-05-2020, 01:04 AM
Last Post: Larz60+
  [PyGUI] Expand last sub-node of treeview widget mart79 1 2,189 Apr-25-2020, 07:57 PM
Last Post: mart79
  [PySimpleGui] How to alter mouse click button of a standard submit button? skyerosebud 3 5,137 Jul-21-2019, 06:02 PM
Last Post: FullOfHelp
  [Tkinter] Not getting entry values on button click & treeview not updating ? swanysto 4 7,211 May-10-2019, 04:16 PM
Last Post: swanysto
  [Tkinter] Treeview automatically adjust it's size when pack inside frame Prince_Bhatia 1 28,261 Jul-25-2018, 03:24 AM
Last Post: Larz60+
  PyGtk3 why is Locale Folder Size Half of Module Size ? harun2525 1 3,720 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