In tkinter, I have a textbox which is almost the size of the entire screen. The problem is that when I keep typing in the textbox, it automatically cuts off and moves onto the next line. Is there a way to add a scrollbar on the bottom in order to prevent this? Thanks in advance.
I tried searching a lot of places and I can’t find a solution.
1