
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I wanted to know if it's possible and how to add either a listbox or a drop-down list to a pre-existing window.
Like, what I'm trying to do is that when a user click on a button on my GUI, it'll display a listbox or drop-down list, preferably in the same window as the button that was clicked.
The image below is what I have right now, my GUI window and the listbox created using tkinter. I want it so that the listbox appears inside the GUI window.
Also, is there a way to organize the buttons such as instead of the buttons showing up in a vertical line, to organize them in a grid, like one button is in the top-left of the window, another button is to the right of that first one, a third button is below the first one, and a fourth button is below the second one and to the right of the third one.
Solved! Go to Solution.