Tkinter - Treeview Change Heading Colors

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024

Комментарии • 19

  • @PrabhaRaani9
    @PrabhaRaani9 Месяц назад

    This was helpful, thank you very much!

  • @hakimkavuma9149
    @hakimkavuma9149 5 месяцев назад

    Been asking chatGPT how to do this and it failed. Until I watched this
    Great content!

  • @victorjauregui2944
    @victorjauregui2944 4 месяца назад

    It works OK under Windows 10, except the background. It needs the following line style.theme_use("alt"). Why?, this line change others parameters. Thanks a lot

  • @amirb161
    @amirb161 Год назад

    Great channel Jobin, have you figured out how to change color of a specific cell in Treeview?

    • @jobinpy
      @jobinpy  Год назад

      Hi Amir, apparently a single cell color can't be changed in ttk.Treeview - just an entire row.

  • @adonesinocencio
    @adonesinocencio 2 года назад

    Very good!
    I want to change only one cell of my treeview, it's possible? Or can I change Just de row color?

  • @seucanal597
    @seucanal597 2 года назад

    Excellent! Thanks from Brazil! A question: Your version of tkinter seems to be different from mine. It's seems to me. I'm a beginner developer. The default header (the icon as well) of the main window is different in this video. Would this version be different from the current standard? Thanks!
    Sorry for my english...

    • @jobinpy
      @jobinpy  2 года назад +2

      Hi Seu Canal: I use Linux so my window decorators look different from Windows or MacOS, but it's still the normal version of Tkinter. Thanks for watching!

  • @funnyclips2696
    @funnyclips2696 2 года назад

    Your approach is so interesting 👌🏿
    I love it

  • @charlvantonder5247
    @charlvantonder5247 9 месяцев назад

    What is your opinion on CustomTkinter? I have found that theres alot of things tgat ine is not abke to do in CTK.
    I am considering chaning to ttk

    • @jobinpy
      @jobinpy  9 месяцев назад

      I've never used CustomTkinter, but I've seen screenshots of it. For customization and creativity, ttk is very flexible. A good resource for ttk is: tkdocs.com/tutorial/styles.html

    • @charlvantonder5247
      @charlvantonder5247 9 месяцев назад

      @@jobinpy perfect. Thanks for the reply Jobin,and the quality content! Keep up the good work!

  • @MartyJWebb
    @MartyJWebb Год назад

    Does anyone else feel like these videos have a bit of an asmr vibe to them?

  • @ParsaKarimi86
    @ParsaKarimi86 Год назад

    Thanks your wideo helped me alot

    • @jobinpy
      @jobinpy  Год назад

      Thanks for watching!

  • @stevemarshall2358
    @stevemarshall2358 2 года назад

    Excellent
    How can we insert entry in cell.
    Thank you.

    • @jobinpy
      @jobinpy  2 года назад +1

      Hi Steve,
      I will probably end up uploading a video that shows how to place an entry widget in a treeview cell, I'm not sure when. The key method to look into is the .bbox() method. Thanks for watching my videos.

    • @stevemarshall2358
      @stevemarshall2358 2 года назад

      @@jobinpy
      Thank you