gizak / termui

Golang terminal dashboard
MIT License
13.07k stars 783 forks source link

Scroll so that selected item is on screen. (List widget) #216

Closed joshcol9232 closed 5 years ago

joshcol9232 commented 5 years ago

I was using the List widget, and I set the selected item to a list that was off of the screen, and I found no way of scrolling down to see the selected item. Maybe a function for the list that scrolls down enough to see the selected item would be a nice addition.

cjbassi commented 5 years ago

Yah I think we should just have it autoscroll the list if the selected item isn't currently visible.

cjbassi commented 5 years ago

Closed by #217