Python Forum
[Tkinter] Help with Scrollbar
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Help with Scrollbar
#4
That's a Label, not a Frame.
Quote:The Scrollbar widget is almost always used in conjunction with a Listbox, Canvas, or Text widget. Horizontal scrollbars can also be used with the Entry widget.
source: http://effbot.org/tkinterbook/scrollbar.htm

Labels should only be used as labels or to display simple text, they actually do have a relatively rich attribute set for what they were intended for, so will work in a lot of situations, but better to stick to original intent, to make your code clearer.

I don't think scrollbars will work here, but here's an example with frame widget I wrote several years ago: https://python-forum.io/Thread-Show-Inst...ht=tkinter

By the way, you can get a tkinter manual here: reu.cct.lsu.edu/documents/Python_Course/tkinter.pdf
This was written some time ago, but still the bible of tkinter, and almost none of it has changed.
Get it here
Reply


Messages In This Thread
Help with Scrollbar - by JJota - Mar-09-2020, 09:21 PM
RE: Help with Scrollbar - by Larz60+ - Mar-09-2020, 10:35 PM
RE: Help with Scrollbar - by JJota - Mar-09-2020, 10:36 PM
RE: Help with Scrollbar - by Larz60+ - Mar-09-2020, 10:54 PM
RE: Help with Scrollbar - by JJota - Mar-10-2020, 12:57 AM
RE: Help with Scrollbar - by JJota - Mar-10-2020, 04:10 AM
RE: Help with Scrollbar - by Larz60+ - Mar-10-2020, 05:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Help create scrollbar in chatbot with tkinter on python fenec10 4 1,744 Aug-07-2023, 02:59 PM
Last Post: deanhystad
  [Tkinter] Scrollbar apffal 7 3,283 Oct-11-2021, 08:26 PM
Last Post: deanhystad
Question [Tkinter] How to configure scrollbar dimension? water 6 3,635 Jan-03-2021, 06:16 PM
Last Post: deanhystad
  [PyQt] scrollbar in tab issac_n 1 3,721 Aug-04-2020, 01:33 PM
Last Post: deanhystad
  [Tkinter] Scrollbar in tkinter PatrickNoir 2 3,423 Jul-26-2020, 06:02 PM
Last Post: deanhystad
  [Tkinter] Scrollbar doesn't work on Canvas in Tkinter DeanAseraf1 3 9,522 Sep-19-2019, 03:26 PM
Last Post: joe_momma
  [Tkinter] Same Scrollbar for two text area smabubakkar 3 2,967 Jun-19-2019, 05:26 PM
Last Post: Denni
  Scrollbar rturus 5 21,213 Jun-06-2019, 01:04 PM
Last Post: heiner55
  [PyGUI] Create a scrollbar in GUI to add test cases mamta_parida 1 3,725 Sep-27-2018, 11:57 AM
Last Post: Larz60+
  [Tkinter] Scrollbar problem & general organization weatherman 13 13,709 Apr-16-2017, 12:55 PM
Last Post: weatherman

Forum Jump:

User Panel Messages

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