Categories
How to raise and remove the frame from the Listbox on a poppy?
How to remove this black border and raise the Listbox? On Windows, everything is fine, it's somehow crooked.
Answer the question
In order to leave comments, you need to log in
Change
lbox = Listbox(window) lbox.grid(column=4, row=4)
lbox = Listbox(borderwidth=0, highlightthickness=0) lbox.grid(column=4,rowspan=12, row=0)
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question