I'm new to Python. And I'm preparing a GUI in Python and I need to add scroll bar to the Text box. And I'm using 'Tkinter GRID' manager for this. Attached is the image of text box what I need.
I'm getting very large text box if I add a Scroll Bar into it. Below is the code what I have tried,
Please any body help me.
Code:
TextBox1 = Entry(resultFrame) datFileText.grid(row=2, column=0, padx=20, ipadx=200,