Scrollbar in tkinter by python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Scrollbar in tkinter by python

Good morning, I have created graphic interface by tkinter, how could I add scrollbar

1st Oct 2020, 3:05 PM
Minette
Minette - avatar
2 Answers
0
from tkinter import scrolledtext # make your main window. ... scrolled_text = scrolledtext.ScrolledText(master, width, height) # place your scrolled text box wherever
1st Oct 2020, 3:15 PM
Slick
Slick - avatar
0
Error:"module" object is not callable
1st Oct 2020, 3:30 PM
Minette
Minette - avatar