Python Forum

Full Version: Scrollbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

How can I attach the scrollbar to a button so that when button clicked the bar moves down automatically?

Any idea?

Thanks,
Tkinter or wxPython or PyQt ?
Tkinter
If you make a big project, take wxPython or PyQt.
But is there anyway I can do that in Tkinter?
Show us what you have already coded ?