Python Forum
[PyGUI] Create a scrollbar in GUI to add test cases
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGUI] Create a scrollbar in GUI to add test cases
#1
Hello

Actually i created a GUI to test some of the devices now the frame geometry i fixed to (1176x768) in same all the test cases want to accommodate but its not possible. So want to add scroll bar inside the frame. So any body having any idea how to add scroll bar inside a frame using class than please help me which will be very helpful for me.
Reply
#2
Assuming you are using tkinter (as you don't say) you can look at a program that I wrote:
I have an example here: https://github.com/Larz60p/CaliforniaPub...CompGui.py
search for self.txscroll
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Help create scrollbar in chatbot with tkinter on python fenec10 4 1,587 Aug-07-2023, 02:59 PM
Last Post: deanhystad
  [Tkinter] Scrollbar apffal 7 3,177 Oct-11-2021, 08:26 PM
Last Post: deanhystad
Question [Tkinter] How to configure scrollbar dimension? water 6 3,522 Jan-03-2021, 06:16 PM
Last Post: deanhystad
  [PyQt] scrollbar in tab issac_n 1 3,635 Aug-04-2020, 01:33 PM
Last Post: deanhystad
  [Tkinter] Scrollbar in tkinter PatrickNoir 2 3,351 Jul-26-2020, 06:02 PM
Last Post: deanhystad
  [Tkinter] Help with Scrollbar JJota 6 3,714 Mar-10-2020, 05:25 AM
Last Post: Larz60+
  [Tkinter] Scrollbar doesn't work on Canvas in Tkinter DeanAseraf1 3 9,414 Sep-19-2019, 03:26 PM
Last Post: joe_momma
  [Tkinter] Same Scrollbar for two text area smabubakkar 3 2,897 Jun-19-2019, 05:26 PM
Last Post: Denni
  Scrollbar rturus 5 18,063 Jun-06-2019, 01:04 PM
Last Post: heiner55
  [Tkinter] Scrollbar problem & general organization weatherman 13 13,533 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