Tkinter - Treeview Get Selected Items

preview_player
Показать описание
I'll show you how to get the selected items/rows from a treeview widget in Tkinter.

0:00 Intro
0:42 Select modes
2:48 Get single selected item ID
5:20 Get single selected text
8:10 Get multiple selected item IDs
9:00 Get multiple selected text
11:12 Outro

#tkinter #treeview #python3 #pythongui #pythonguitutorial
Рекомендации по теме
Комментарии
Автор

this is the video that took my project over the finish line. thank you!

jeffreywarf
Автор

Thank you, awesome video. Very clear, well paced, no nonsense and easy to follow. Your style of teaching works for me.

ghutzun
Автор

Thank you, I was looking all over for this exact information.

robertreopelle
Автор

Thanks for your help, you saved me time to be able to carry out this operation (sorry for my English).

gflequio
Автор

great video! It helped me a lot to understand a lot of issues I was having with my cursed Treview T_T suscribed so I can check the other videos too!

cecilbrews
Автор

Thanks for sharing it was really helpful

tussilherbilot
Автор

I watch all your videos, thanks for making them available.
I have a doubt, can you do something to copy information in the treeview to be used elsewhere, I didn't find anything.

pcinfor
Автор

Hello bro I'm Working on a tkinter app Soo I want the Multiple Selected item in a Nested list like [[1, 2, 3], [2, 3, 4]]
So how can I Do This!
Your support will be appreciated!

datasoul