Using grid() you can use grid_columnconfigure() on parent of Entry import tkinter as tk root = tk.Tk() tk.Entry(root).grid(sticky='we') ...
確定! 回上一頁