Python Forum
[Tkinter] How to create scrollable frame
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] How to create scrollable frame
#5
(Aug-06-2021, 07:28 PM)deanhystad Wrote: I am trying to understand if this is a "I don't know how to make tkinter resize to fit the window" or "I don't know how to make the canvas resize my frame" problem.

It's a I'm a newbie problem xD No, seriously, I started coding using a multi page framweork i found online... But only later i discovered frames are not resizable. So now I'm addressing the problem. I have a class ScrollableFrame which uses the "canvas" trick to make a frame scrollable. It's a class so that it is reusable. So now basically I can instantiate a ScrollableFrame (which i need it in the SampleApp Class). I also used a container (a frame which i coloured red) which wraps the Scrollable frame. So now In the for loop I Instantiate all the pages I have created as classes. But if you run the code you can see that the Scrollable Frame doesn't expand to fit its container. That is the problem. This result in the fact that if i resize the container, the Scrollable Frame doesnt resize.

In short: I cant't manage to make the ScrollableFrame to fill all the space it can
Reply


Messages In This Thread
How to create scrollable frame - by mandiatutti - Aug-06-2021, 04:09 PM
RE: How to create scrollable frame - by deanhystad - Aug-06-2021, 06:38 PM
RE: How to create scrollable frame - by mandiatutti - Aug-06-2021, 07:15 PM
RE: How to create scrollable frame - by deanhystad - Aug-06-2021, 07:28 PM
RE: How to create scrollable frame - by mandiatutti - Aug-06-2021, 07:48 PM
RE: How to create scrollable frame - by deanhystad - Aug-07-2021, 05:39 AM
RE: How to create scrollable frame - by mandiatutti - Aug-07-2021, 06:58 AM
RE: How to create scrollable frame - by deanhystad - Aug-07-2021, 03:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] PyQt5 drawing on scrollable area HeinKurz 3 1,386 Mar-28-2023, 12:58 PM
Last Post: Axel_Erfurt
  [Tkinter] Scrollable buttons with an add/delete button Clich3 5 3,545 Jun-16-2022, 07:19 PM
Last Post: rob101
Question [Tkinter] Scrollable Treeview: change behavior of Prior/Next keys? RockDoctor 2 3,264 Apr-10-2021, 05:40 PM
Last Post: RockDoctor
  Scrollable big image in a window (TKinter) Prospekteur 3 4,554 Sep-14-2020, 03:06 AM
Last Post: Larz60+
  [Tkinter] Scrollbar, Frame and size of Frame Maksim 2 9,133 Sep-30-2019, 07:30 AM
Last Post: Maksim
  [Tkinter] create and insert a new frame on top of another frame atlass218 4 11,289 Apr-18-2019, 05:36 PM
Last Post: atlass218
  [Tkinter] Fixate graphs on scrollable canvas janema 6 5,475 Apr-12-2019, 03:57 PM
Last Post: Larz60+
  [Tkinter] ListBox not contained or scrollable kellykimble 6 5,244 Apr-05-2018, 11:59 AM
Last Post: Larz60+
  [Tkinter] Frame size only works if frame is empty(Solved) Tuck12173 7 6,555 Jan-29-2018, 10:44 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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