Treeview - Python Tkinter GUI Tutorial

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • In this video I'll show you how to use the Treeview in Tkinter.
    Treeview is a ttk widget that creates a sort of table for data in a visually appealing way. It's great for visualizing data from a database, or from a spreadsheet, or any other large amount of data that you want to output onto the screen.
    There's a TON of things you can do with the Treeview, and in this video we'll just introduce the basic usage of it.

КОМЕНТАРІ • 234

  • @Codemycom
    @Codemycom  4 роки тому +7

    ▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My UA-cam Channel:
    bit.ly/2UFLKgj bit.ly/2IGzvOR
    ▶️ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN
    ▶️ Get The Code
    bit.ly/3fLFQ8p

  • @MrGEEK-ii8bp
    @MrGEEK-ii8bp 4 роки тому +31

    First comment just to appreciate the consistency and efforts you put in this and your way of teaching which makes doing python a lot more interesting!

    • @Codemycom
      @Codemycom  4 роки тому +6

      Thanks! I appreciate that!

  • @cuitaro
    @cuitaro 4 роки тому +2

    This video was quite early!
    A.K.A
    Your videos are AWESOME!
    They are like 20% cooler than other tutorials!

  • @PeeOrbital
    @PeeOrbital 2 роки тому

    Gotta love John Elder. What a master at teaching.

  • @اندرويدتك-ذ6ض
    @اندرويدتك-ذ6ض 4 роки тому +1

    I hope you to make video on how to edit the shape of the treeview colors , padding and other stuffs .
    You are the best one who explains tkinter widgets.

    • @Codemycom
      @Codemycom  4 роки тому

      Will probably be doing that, yes :-)

  • @judeleon8485
    @judeleon8485 4 роки тому +5

    Thanks so much John, I appreciate you so much for taking on this topic. You are awesomely great

    • @Codemycom
      @Codemycom  4 роки тому

      You are so welcome! glad you enjoyed it!

  • @linuxguardian8596
    @linuxguardian8596 4 роки тому +2

    Legend says, he still is doing tkinter tutorials to this day...

  • @Hex-Scholar
    @Hex-Scholar Рік тому +9

    We can also do this for hiding the ghost column:
    tree = ttk.Treeview(root, columns=columns, show='headings')
    The show='heading' hides the first column (column #0) of the Treeview.
    The show option accepts one of the following values:
    'tree' - shows the column #0.
    'heading' - shows the header row.
    'tree headings' - shows both column #0 and the header row. This is the default value.
    '' - doesn’t show the column #0 or the header row.
    Right ?

  • @codegeassprogramming
    @codegeassprogramming 2 роки тому

    Thanks Sir No one teaches tkinter in depth like you you have helped me earn money thanks sir

  • @santiagocollados8986
    @santiagocollados8986 3 роки тому +1

    Thanks so much! I was looking for this for many days on the web!!!

  • @programmerlol2041
    @programmerlol2041 3 роки тому

    Ok I have to say this you are explaining so good and your voice is clear good . This channel should deserve 1million subscribers👍👍👍😎😍😊😀

  • @daveleonard3280
    @daveleonard3280 3 роки тому +1

    This video and the next few helped a TON to learn tkinter Treeview! Thanks a lot!

    • @Codemycom
      @Codemycom  3 роки тому

      Awesome, glad it was useful to you!

  • @mathiasvillalbadiaz6433
    @mathiasvillalbadiaz6433 3 роки тому

    Uno de los pocos cursos en ingles que podes entender sin hablar Ingles, Que Grande Codemy, muchas Gracias

  • @Rulzan
    @Rulzan 10 місяців тому

    Although your trainings are free, i bought them on udemy. Thank you so much, i really learned a lot!

    • @Codemycom
      @Codemycom  10 місяців тому

      thanks, appreciate it!

  • @realmercure1447
    @realmercure1447 3 роки тому

    Good demonstration of how to use a treeview to make a table !?

  • @u2watchermirador101
    @u2watchermirador101 4 роки тому +1

    Thanks John! This is what I was waiting for from you. 👍🏾👍🏾👍🏾👍🏾👍🏾❤️❤️❤️

    • @Codemycom
      @Codemycom  4 роки тому

      Awesome, glad I could help!

  • @eesakamaldien1917
    @eesakamaldien1917 3 роки тому +2

    what a great video! thank you so much you are my new guru! definitely subscribed

  • @adrielbradley6677
    @adrielbradley6677 4 роки тому +4

    I was looking forward to this one. Great one!

  • @gabrielpena5829
    @gabrielpena5829 3 роки тому

    These videos are amazing. The guy who gave this video a dislike is crazy

  • @mr.RAND5584
    @mr.RAND5584 2 роки тому

    Beautiful. Tables i love tables, csharp, java, vb.net, html, javafx. Thank you sir.

  • @shauryastudy8667
    @shauryastudy8667 2 роки тому

    Thankyou John sir !! you really help me to solve a big problem of my project

  • @zenitnadir2092
    @zenitnadir2092 9 місяців тому

    Hi John, thank you for the tutorial. I have a little problem, I hope you could help me. I have two Treeviews next to each other, and I want them to be of the same width. The problem is that I have many headings, so the first one occupies almost all the space, and the second one is superthin (as much as the space that's left allows).
    Can you give me a hint on how to fix the width of treeviews? Thank you a lot, your videos are very helpful :D

  • @RyanDanielG
    @RyanDanielG 3 роки тому

    Smash that like button guys n gals! its free! great python tkinter tutorial, Codemy. Thanks

  • @rogeriovaz4420
    @rogeriovaz4420 3 роки тому +1

    Simply, the best. Thanks.

  • @bryanttejeda875
    @bryanttejeda875 5 місяців тому

    I found the video I needed,that stupid ghost column seemed inmortal, thank you

    • @Codemycom
      @Codemycom  5 місяців тому +1

      Glad you got it sorted out!

  • @aloksharma6095
    @aloksharma6095 4 роки тому

    Thank you sir for your whole playlist and efforts . Blessing from India

  • @azraelaxel3124
    @azraelaxel3124 Рік тому

    Very good tutorial!, be aware, in the code i made, if i hide the first column (the #0), will hide the "+" icon for drop down/up the list

  • @alkasinha8131
    @alkasinha8131 2 роки тому

    its a great effort sir, I have a question that in most of software grid is used to separate between cells in display here how can we deploy grids in Treeview, please comment

  • @grantpeterson2524
    @grantpeterson2524 3 роки тому +1

    Thank you so much for your helpful videos! Just curious, is there a reason you are using an iterator variable for your for loops instead of enumerate()? Just curious if I have been doing it wrong or if there are any serious drawbacks to using enumerate. Thanks!
    EDIT: Specifically at 18:05

  • @lecomtegaetan8120
    @lecomtegaetan8120 3 роки тому

    thank you so much , u can't imagine how it's helping me rn =)

  • @jenilchudgar
    @jenilchudgar 2 роки тому

    Congrats on 100K Subs

  • @ARUNKUMAR-op6cn
    @ARUNKUMAR-op6cn 4 роки тому +1

    I was looking for this thank you sir

  • @Knud451
    @Knud451 3 роки тому

    Thanks a lot for all the videos! They're super helpful! A very general question, I need to present tabular data from a SQL query. What is the best way to do that? Frame, Treeview, Table class, something else? It doesn't have to be super fancy, its more about getting data on the screen :)

    • @Codemycom
      @Codemycom  3 роки тому +1

      It depends completely on you and what you need. I have lot's of videos throughout this playlist on that very thing. Take you pick.

  • @bennysalim354
    @bennysalim354 4 роки тому

    Yes.. this is what i need instead of using listbox. Thank you Sir

  • @nestorarrastiacovella9803
    @nestorarrastiacovella9803 Рік тому

    Thanks for this video #116. My question: Once we have the table, it is posible ti completely hide it and show a new one with same headers buth diferent rows data?

    • @Codemycom
      @Codemycom  Рік тому

      Sure, I probably have videos back at the beginning of the playlist on hiding widgets. Then you would just build a second one with whatever headers you wanted.

  • @solariz_galaxy
    @solariz_galaxy Рік тому

    Great tutorital. I know it's an old video but it would be really nice if you could do zoom out of the display. It's hard to see the all lines of code (or most of them) while you're explaining.

    • @Codemycom
      @Codemycom  Рік тому

      the code is in the pinned comment, as always.

  • @connguyen8694
    @connguyen8694 3 роки тому

    Thanks for your helpful videos. It's ideal if you have a tutorial video showing how to add multiple rows (such as data in this treeview tutorial video) into a database (such as MySQL). All users have to do is to press a button to save those rows of data in the treeview into the db. Many thanks!

  • @sinakarimi8273
    @sinakarimi8273 4 роки тому +1

    Hello john, can we add a button as a value of a cloumn in treeview?

  • @ab123-j7v
    @ab123-j7v 2 роки тому

    Great lesson, thank you for your time and efforts.

  • @alialavizadeh2775
    @alialavizadeh2775 3 роки тому

    I've been searching for this a lot but I didn't what is the name of this widget and how it works thank you Mr.Elder

  • @maksymprotsak3316
    @maksymprotsak3316 2 роки тому

    Thank you for a lesson!

  • @番長ほむら
    @番長ほむら 3 роки тому +1

    Is there a way to not make the columns disappear out of frame when you resize the column using the resize bar on their right?

  • @erensolmaz2435
    @erensolmaz2435 2 роки тому

    thanks for treeview lessons

    • @Codemycom
      @Codemycom  2 роки тому

      Glad you liked em!

    • @erensolmaz2435
      @erensolmaz2435 2 роки тому

      @@Codemycom i have question, could we add new column when code is running?

    • @Codemycom
      @Codemycom  2 роки тому

      @@erensolmaz2435 why not?

  • @mustafamontaser4955
    @mustafamontaser4955 3 роки тому

    you make it so easy
    thanks a lot

    • @Codemycom
      @Codemycom  3 роки тому +1

      Glad you're enjoying the videos!

  • @jerrysavarino2113
    @jerrysavarino2113 2 роки тому

    Hi John. As always, great tutorial and very well explained! I am building an app where I can generate a different Treeview based on different options selected from one or more comboxboxes. I would select 1 or more comboboxes and then hit a button called 'Generate Report' and it will display the data in the treeview. What I am struggling to do is each time I hit the 'Generate Report' button, it always creates another Treeview widget below the previous Treeview widget. I want the function to be able to 'remove' the treeview widget and then display the different Treeview widget once the function has completed. I have tried placing pack_forget() in certain places in the function but it doesn't seem to be working. Any tips on what things I need to look at or look into?

    • @Codemycom
      @Codemycom  2 роки тому

      Many ways to do it, pack_forget, destroy, .config, etc. You could put each treeview in a frame then hide/show the frames...you could use the same treeview but just delete all the data in it each time...like I said, there's just a ton of ways to do it. If pack_forget didn't work for you, it's probably because you didn't do it correctly :-p

  • @parsabahrambeik4381
    @parsabahrambeik4381 4 роки тому

    Thank you very much for your video.

  • @pythoncoder6850
    @pythoncoder6850 4 роки тому

    Your tkinter videos really helped me out,
    And can you make videos about Kivy mobile application
    Looking forward 👀

    • @Codemycom
      @Codemycom  4 роки тому

      Yep, Kivy coming very soon...maybe next week.

    • @pythoncoder6850
      @pythoncoder6850 4 роки тому

      @@Codemycom Thanks

    • @Codemycom
      @Codemycom  4 роки тому

      @@pythoncoder6850 for sure...Kivy is fun

  • @МухтарАуэзов-ц8ш
    @МухтарАуэзов-ц8ш 11 місяців тому

    Hi everyone! I couldn't find information on the Internet. Therefore, I just wanna ask in here.
    Is it possible to display numbers in treeview tkinter with separator , isn't?

  • @ferenckovacs1648
    @ferenckovacs1648 2 роки тому

    Is it possible to fill columns with data and not by row i mean column by column like i mean is it possible to fill this with a dataframe?

  • @joy2000cyber
    @joy2000cyber Рік тому

    14:20 if I need the little check box not on column #0, say on column #2, what to do? Thanks!❤

  • @phudinhtruong
    @phudinhtruong 3 роки тому +1

    very helpful video

    • @Codemycom
      @Codemycom  3 роки тому +1

      Thanks! Glad you liked it!

    • @phudinhtruong
      @phudinhtruong 3 роки тому

      @@Codemycom i just build an app by your lesons thanks alot

    • @Codemycom
      @Codemycom  3 роки тому +1

      @@phudinhtruong Awesome!

    • @phudinhtruong
      @phudinhtruong 3 роки тому

      @@Codemycom love your contents

    • @phudinhtruong
      @phudinhtruong 3 роки тому

      @@Codemycom what u r doing for us are so amazing

  • @alpapatel5182
    @alpapatel5182 4 роки тому +1

    Hello John !
    Can we add sqlite3 database data to this tree view?
    Plz reply !

  • @danielalegriasallo5551
    @danielalegriasallo5551 3 роки тому

    thanks for the tut.

  • @NotBeHaris
    @NotBeHaris 4 роки тому

    another great tutorial.

  • @goforbrokefilmstudios
    @goforbrokefilmstudios 3 роки тому

    Is there a way to prevent the expansion triangle from being indented in sub rows? I want my expansion triangles to always be up against the left side no matter how indented the rest of the row is.

  • @mysterium364
    @mysterium364 9 місяців тому

    I am trying to figure out how to put check boxes for selection state on the side. I'm sure I will figure it out soon.

  • @sarahmadhavank3925
    @sarahmadhavank3925 3 роки тому

    Thanks a lot sir !! It was very helpful

  • @sportiano3348
    @sportiano3348 2 роки тому

    thanks man👍
    but i have a question , how can i show treeview values in text widget and print by .txt file or Excel file??

    • @Codemycom
      @Codemycom  2 роки тому +1

      I have videos on all that

  • @akshitstenaa
    @akshitstenaa 3 роки тому

    you the BEST

  • @muratdramal2036
    @muratdramal2036 2 роки тому

    Thank you for your wonderful videos! How can I add the the indices of the dataframe to the rows of the phantom column when I initialize the tree with the following code?
    tree = ttk.Treeview(root)
    tree.pack()
    df=pd.read_excel("Iris.xlsx")
    df_rows=df.to_numpy().tolist()
    cols = list(df.columns)
    tree['columns'] = cols
    for col in cols:
    tree.heading(col, text=col)
    for row in df_rows:
    tree.insert("", "end", values=row)
    tree.column('#0', width=50, stretch='no')

  • @improveyourlisteningskills2116
    @improveyourlisteningskills2116 2 роки тому

    Thanks a lot 😄

  • @scott8940
    @scott8940 4 роки тому

    Where do you obtain a man page or reference for most up to date and all of the tkinter commands, language syntex, etc. ?

    • @Codemycom
      @Codemycom  4 роки тому

      Not sure there are any tkinter man pages

  • @uekihunter752
    @uekihunter752 Рік тому

    I think that ghost column was allocated for the numbering of the items.... MAYBE....

  • @harshasrikanugula6225
    @harshasrikanugula6225 Рік тому

    Hi john, how can we add check boxes with select all option and to select and unselect the rows in a treeview?

  • @govindarajg252
    @govindarajg252 3 роки тому

    Thanks Sir, Very Nice Use Full Code

  • @nicolasdegaudenzi2802
    @nicolasdegaudenzi2802 6 місяців тому

    Hii, is there any chance I can add a footer to my treeview, that allows me to watch the contents the whole time, as the heading does. Thank you!

  • @zeevholodovski4727
    @zeevholodovski4727 3 роки тому

    I need to scan a server, that has values and nodes. Each node may have a children nodes and so on. I scan it recursively. Is it possible to use Treeview to show the contects of a server?

    • @Codemycom
      @Codemycom  3 роки тому

      what contents? Treeview can show any data that you have access to

  • @zhannashangitova
    @zhannashangitova 3 роки тому

    Please Could you tell me, if I need to create a database and add information by rows (not by columns). How Can i make it?

    • @Codemycom
      @Codemycom  3 роки тому

      I have videos on using a database further in the playlist. And you have to have both rows and columns, it's impossible otherwise.

  • @kabir73722
    @kabir73722 2 роки тому

    Hellow Dear could you explain about how we can do that start column from right side to left side for Arabic language?Thanks

  • @ANIKETMOHANK-CE-
    @ANIKETMOHANK-CE- 10 місяців тому

    Sir,I want to show another treeview when I click on row of treeview but it is happening for anywhere click on treeview,
    Can you help me

  • @mf6480verstraete
    @mf6480verstraete 4 роки тому +1

    hey thank you so much for the awesome tutorials again! I'm having a little bit of trouble. I'm getting an error saying: unknown option "-idd". That's pretty strange becaus it is an option ;p can someone help me pleas becaus I really want to continue with these tutorials they're verry interesting. Greetings from Belgium!!!

  • @paulp-g4u
    @paulp-g4u 2 роки тому

    Thanks man

  • @luigi2606
    @luigi2606 3 роки тому

    how do you do for many text, example: some lines of text

  • @ClusterSeries
    @ClusterSeries 4 роки тому +1

    Can we send emails using python ?? 🤔

  • @hariramreddy9019
    @hariramreddy9019 3 роки тому

    Can we create multiple treeview associated with combobox so that for each option in combobox will have separate treeview

    • @hariramreddy9019
      @hariramreddy9019 3 роки тому

      Any help regarding this small problem can any one give me small logic i have tried but unable to get exact logic

    • @Codemycom
      @Codemycom  3 роки тому

      Sure, why not?

  • @gmramkumar9536
    @gmramkumar9536 3 роки тому

    thanks dude

  • @consultmohamedgamal5643
    @consultmohamedgamal5643 3 роки тому

    very good

  • @s.v.prashath7441
    @s.v.prashath7441 3 роки тому

    sir actually i want to fill a *cell* with many string.... if i fill the by treeview its hiding so pls tell how to increase the row height like column sir

  • @apoorv9492
    @apoorv9492 4 роки тому

    Can this treeview widget be used as a playlist for music player? Which has column like track name, artist, genre, length and all that.

    • @Codemycom
      @Codemycom  4 роки тому +1

      I don't see why not...it would take quite a bit of hacking around, so I'm not sure why you'd want to...

    • @apoorv9492
      @apoorv9492 4 роки тому

      @@Codemycom Nice, if you could do a tutorial for it, it would be great.
      I know that `mutagen.File(filepath, easy=True)` returns a dictionary of information tags inside the music file. So I can do a for loop, and use the index of those to insert into specific columns maybe ...
      Well, what's the point of learning to code, if you can't experiment :D.

    • @Codemycom
      @Codemycom  4 роки тому +1

      @@apoorv9492 ha, yeah you're on your own for this one ;-)

    • @apoorv9492
      @apoorv9492 4 роки тому

      @@Codemycom
      I wanted to ask another thing, you showed how to `askopenfilename()`, what if I want to add a folder, or bunch of folders instead of files?

    • @Codemycom
      @Codemycom  4 роки тому

      @@apoorv9492 What do you mean? How do you add a folder? What does that mean?

  • @masekin
    @masekin 2 роки тому

    Thanks

  • @chiahsiungliang6763
    @chiahsiungliang6763 3 місяці тому

    謝謝!

  • @mr.perfect9786
    @mr.perfect9786 2 роки тому +1

    my_tree['show'] = 'headings'
    and the column with #0 will be hidden

  • @vishaldedavat6835
    @vishaldedavat6835 3 роки тому

    sir how to clear the treeview from gui .. i am making a gui for dbms project.. and i am using treeview to display table.

    • @Codemycom
      @Codemycom  3 роки тому

      I discuss this in an earlier treeview series on the channel: ua-cam.com/video/tvXFpMGlHPk/v-deo.html

  • @armaankhaitan6741
    @armaankhaitan6741 Рік тому

    How to attach a command to each treeview row. Like when i select a row some function of my creation is run

    • @Codemycom
      @Codemycom  Рік тому +1

      I have tons of videos on treeview, check them out

  • @yafethtb
    @yafethtb 2 роки тому

    17:46 I think rather than manually using count as variable, it will be better to use enumerate instead.

    • @Codemycom
      @Codemycom  2 роки тому

      My way works...enumerate works...there are always a million ways to do anything. There is no right or wrong in coding, really.

  • @akcandlestick8948
    @akcandlestick8948 4 роки тому

    thks for this video john! sir Please how to put Treeview color

    • @Codemycom
      @Codemycom  4 роки тому

      I believe you can use tags like in the text box widget

  • @raghulk2219
    @raghulk2219 4 роки тому

    Hey thank u for the video...
    I am getting an error...
    _tkinter.tclerror item not found
    Can you clarify it please...

    • @Codemycom
      @Codemycom  4 роки тому

      what's the entire error

  • @LAVEMOBIT
    @LAVEMOBIT 2 роки тому

    Good morning, can you help me with Python?
    I have a Python program that takes data and writes it to a database.
    But I need to add a function that takes the registration date, and counts 90 days, and after 90 days print a message to the user informing that the registration already has 90 days, you know?
    I'm researching on the internet but I'm not able to develop something that works, I don't know anyone who understands and can help me with this, can you help me?

    • @Codemycom
      @Codemycom  2 роки тому

      This is trivial, but sorry I don't have any videos on it and don't do consulting work.

  • @tazulislam2698
    @tazulislam2698 2 роки тому

    Thanks. Waiting for pagination in treeview. Please!

    • @Codemycom
      @Codemycom  2 роки тому

      Interesting suggestion!

  • @websell1541
    @websell1541 2 роки тому

    thanx

  • @quteibaalsalaa6346
    @quteibaalsalaa6346 3 роки тому

    when i add like 20 columns my screen will expand and i can not see the end, if there any method where i can fix that, like the Treeview could be expand in the Fram but not the Fram!
    thanks

    • @Codemycom
      @Codemycom  3 роки тому

      Do you mean like with a scrollbar?

    • @quteibaalsalaa6346
      @quteibaalsalaa6346 3 роки тому

      @@Codemycom yes

    • @quteibaalsalaa6346
      @quteibaalsalaa6346 3 роки тому

      @@Codemycom i used the Pack method and git ride of the Grid method for the sscrollbar with expand=X and expand=Y and it work for me, thnak's for support

    • @quteibaalsalaa6346
      @quteibaalsalaa6346 3 роки тому

      one another question as you are profi, what do you think is the most beautiful GUI libs from python? i find tkinter look very old, but you made it junger ;) any idea modern GUI with powerful resourcess on Internet?

    • @Codemycom
      @Codemycom  3 роки тому

      @@quteibaalsalaa6346 No, it just depends on the requirements for your specific project.

  • @miraceti56
    @miraceti56 4 роки тому

    hi,
    the minwidth=0 make the first column disapear too :=)
    very good tutorials
    thanks a lot

  • @khizarkhan8252
    @khizarkhan8252 4 роки тому

    sir i m big fan of you your videos are really helpful sir i start working on treeview but when i use this i have error that ttk is not in tkinter so sir please tell how to install ttk

    • @Codemycom
      @Codemycom  4 роки тому

      There is nothing to install, you just have to import it at the top of your program like I do in the videos.

    • @khizarkhan8252
      @khizarkhan8252 4 роки тому

      @@Codemycom attribute error : module ' tkinter' has no attribute ' Treeview'
      Respected sir i m importing like you import in video but i got this error kindly tell what i did with this error i m waiting for your reply??????

    • @Codemycom
      @Codemycom  4 роки тому

      @@khizarkhan8252 import tkinter.ttk as ttk
      my_tree = ttk.Treeview(...

    • @khizarkhan8252
      @khizarkhan8252 4 роки тому

      @@Codemycom wow its working your are really helpful thankue so much

  • @nikodemkarcz310
    @nikodemkarcz310 4 роки тому

    How can we upgrade treeview? I mean user will write something in entry to appear on this

    • @Codemycom
      @Codemycom  3 роки тому

      I think I cover that later

  • @ramlaxmanjanki
    @ramlaxmanjanki Рік тому

    How to save tree data as pdf or print hardcopy

  • @시간속으로-s3k
    @시간속으로-s3k Рік тому

    Thank you~~As Always~~!!

  • @dkildkil234
    @dkildkil234 Рік тому

    How can I insert text with spaces it's not found

  • @shlokbajaj2133
    @shlokbajaj2133 3 роки тому

    if we are writing from tkinter import *
    why do we need tp write
    from tkinter import ttk?

    • @Codemycom
      @Codemycom  3 роки тому

      Because that's just how it works

  • @danielzheleznov72
    @danielzheleznov72 4 роки тому

    What is the difference between a Treeview and a Listbox

    • @Codemycom
      @Codemycom  4 роки тому +1

      really? they're completely different

  • @Romalian
    @Romalian 3 роки тому

    How do you make it so the child is indented when clicked