I need help putting dual scrollbars on custom tkinter frame
I am building a gui to display rows from my database which spans far enough in both directions that I need scrollbars on x and y axis. I’m not sure if I should provide more code. I won’t provide the whole thing since it’s around 600 lines, but here is the frame that I am trying to add the scrollbars to. Everything else works if I remove the scrollbars so this is currently the only problem. Here is the frame I need help with: