Python Forum
[Tkinter] Forms' expansion
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Forms' expansion
#1
Hello everyone,
I'm new in Python (especially tkinter) and I need an advice.

I'd like to make 2 forms in a window, like it's shown on the image.
1. Form1 has relative width and height equal to height minus button's height.
2. Form2 has relative width and height equal to button's height.
3. Both forms are resizeable, since user has ability to resize the window.
4. When you resize the window, Form2's height stays constant (button's size = 26 px).

[Image: canvas.jpg]
Reply


Messages In This Thread
Forms' expansion - by Gupi - May-22-2019, 04:01 PM
RE: Forms' expansion - by heiner55 - May-22-2019, 05:17 PM
RE: Forms' expansion - by Yoriz - May-22-2019, 06:59 PM
RE: Forms' expansion - by Gupi - May-23-2019, 04:40 AM
RE: Forms' expansion - by Yoriz - May-23-2019, 05:27 AM
RE: Forms' expansion - by Gupi - May-23-2019, 05:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Question about data grid for forms - desktop program Everest 5 3,544 Apr-18-2019, 11:04 AM
Last Post: buran

Forum Jump:

User Panel Messages

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