Python Forum

Full Version: Create a scrollbar in GUI to add test cases
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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