Python Forum
separating different parts of a listbox
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
separating different parts of a listbox
#1
in generally, how can i seprate the different psrts of one item from listbox.
in reality, this item is a row of the listbox. the different parts of a item (a row)is seprated by columns... 
please one clue
pleeeeease Cry
Reply
#2
Sorry but I don't understand what it is you want. Have you already written some code?
If you have please post it.
Can you post a diagram showing what you want?
Reply
#3
If I understand the problem (I'm far from being sure in that point), then you might consider using .split().
Reply
#4
Your question is unclear. What GUI framework is being used? If I understand correctly, you want to display multiple columns in a listbox. In this case you may want to have a look at Tkinter's ttk.TreeView widget. If using different framework, there are similar widgets
Reply


Forum Jump:

User Panel Messages

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