tkinter.Frame.Grid sizing not displaying correctly
问题 Hello I am making a table with a header for text to name the columns, cells to store data, and scrolling. The problem I'm having is that my Table is not displaying correctly. What should happen is the Headers should display above with no other space below them. (other than the small padding I added) The cells display correctly right below the headers. The scrolling works for the cells in the y direction. The scrolling also works in the x direction for both the cells and headers. The function