iominh / ng-scrollbars

Angular wrapper of Malihu's jQuery Custom Scrollbar
http://iominh.github.io/ng-scrollbars/
MIT License
202 stars 62 forks source link

Keeping scrollbar position on list update #60

Open jeffersonmeyer opened 7 years ago

jeffersonmeyer commented 7 years ago

Hi, I have a list of items that's updated in real time, each item can be selected by the user for inspection, but while the item is being inspected the list continues to update. I'd like to keep the scrollbar in the same position when new items enter the list via(unshift).

Tks. Jefferson