Python Forum
[Tkinter] Scrollable buttons with an add/delete button
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Scrollable buttons with an add/delete button
#2
Since you can scroll a canvas the common way of doing this is make a canvas, put a frame on the canvas, add controls to the frame. You might want to take a look at tkScrolledFrame.

pypi.org/project/tkScrolledFrame/
Reply


Messages In This Thread
RE: Scrollable buttons with an add/delete button - by deanhystad - Jun-14-2022, 04:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] PyQt5 drawing on scrollable area HeinKurz 3 1,402 Mar-28-2023, 12:58 PM
Last Post: Axel_Erfurt
  [Tkinter] How to create scrollable frame mandiatutti 7 4,655 Aug-07-2021, 03:34 PM
Last Post: deanhystad
Question [Tkinter] Scrollable Treeview: change behavior of Prior/Next keys? RockDoctor 2 3,290 Apr-10-2021, 05:40 PM
Last Post: RockDoctor
  Scrollable big image in a window (TKinter) Prospekteur 3 4,583 Sep-14-2020, 03:06 AM
Last Post: Larz60+
  [Tkinter] Command button, then more command buttons Heyjoe 4 2,989 Aug-08-2020, 11:28 AM
Last Post: Yoriz
  [PySimpleGui] How to alter mouse click button of a standard submit button? skyerosebud 3 5,087 Jul-21-2019, 06:02 PM
Last Post: FullOfHelp
  [Tkinter] Fixate graphs on scrollable canvas janema 6 5,517 Apr-12-2019, 03:57 PM
Last Post: Larz60+
  [Tkinter] How to get & delete details from each input by clicking a button Vicolas 6 3,960 Feb-01-2019, 11:00 AM
Last Post: Vicolas
  Buttons not appearing, first time button making admiral_hawk 5 3,456 Dec-31-2018, 03:26 AM
Last Post: admiral_hawk
  [Tkinter] ListBox not contained or scrollable kellykimble 6 5,272 Apr-05-2018, 11:59 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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