mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #668] Is it possible to remove line numbers in lists? #490
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#490
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JCzz on GitHub (Nov 6, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/668
Thanks for a very nice ui tool!
Is it possible to remove line numbers in lists?
@rivo commented on GitHub (Nov 8, 2021):
I don't understand this.
Listdoesn't include any line numbers.@JCzz commented on GitHub (Nov 8, 2021):
Sorry, I found that I was setting shortcut in list.AddItem to a number - Is it possibel to leave out shortcuts, so it does not show "( )"?
Thanks again for a great tool!
@JCzz commented on GitHub (Nov 8, 2021):
Is it possibel to leave out shortcuts, so it does not show "( )"?
Thanks again for a great tool!
@rivo commented on GitHub (Nov 9, 2021):
It's in the documentation:
If you set all of them to
0, none of them will show up. If you see( ), I suspect you've specified an empty space instead of0.@JCzz commented on GitHub (Nov 12, 2021):
Right, thanks - very nice