mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[PR #396] Add scroll bar to List, DropDown, Table and TreeView #939
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#939
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?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/396
Author: @tslocum
Created: 2/1/2020
Status: 🔄 Open
Base:
master← Head:scrollbar📝 Commits (1)
27a8f95Add scroll bar to List, DropDown, Table and TreeView📊 Changes
7 files changed (+196 additions, -9 deletions)
View changed files
📝
dropdown.go(+4 -1)📝
inputfield.go(+3 -0)📝
list.go(+43 -0)📝
styles.go(+2 -0)📝
table.go(+62 -4)📝
treeview.go(+31 -4)📝
util.go(+51 -0)📄 Description
Scroll bars are drawn when at least one item or line is offscreen.
A horizontal scroll bar has not yet been implemented for Table.
Live demo:
ssh cview.rocketnine.space -p 20000🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.