I have a GUI set up that is similar to an excel file and I am using a grid manager to set it up. Is it possible to add a scrollbar if the grid grows too large? So far I can only find information on how to add a scroll bar with a canvas. Any help is appreciated!
(I am using Tkinter by the way)