Python Forum
[Tkinter] Justify the treeview to the last entry
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Justify the treeview to the last entry
#5
This is probably a better solution to the problem. If new items are important to see, they should probably appear at the top of the list. If they aren't important then you shouldn't scroll the view to display them.

I was able to scroll to the bottom, using yview.move_to(), but it only scrolled down every other time I added an item to the list.
Reply


Messages In This Thread
Justify the treeview to the last entry - by MrP - Feb-26-2021, 11:42 PM
RE: Justify the treeview to the last entry - by MrP - Feb-28-2021, 12:19 PM
RE: Justify the treeview to the last entry - by MrP - Feb-28-2021, 04:25 PM
RE: Justify the treeview to the last entry - by deanhystad - Feb-28-2021, 05:00 PM
RE: Justify the treeview to the last entry - by MrP - Mar-01-2021, 01:44 AM
RE: Justify the treeview to the last entry - by MrP - Mar-01-2021, 11:20 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] [split] Is there a way to embed a treeview as a row inside another treeview? CyKlop 5 3,469 Oct-20-2021, 12:14 AM
Last Post: CyKlop
  Transfer Toplevel window entry to root window entry with TKinter HBH 0 4,522 Jan-23-2020, 09:00 PM
Last Post: HBH
  [Tkinter] Not getting entry values on button click & treeview not updating ? swanysto 4 7,139 May-10-2019, 04:16 PM
Last Post: swanysto
  [Tkinter] how to get the entry information using Entry.get() ? SamyPyth 2 3,553 Mar-18-2019, 05:36 PM
Last Post: woooee

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020