jfcere / ngx-malihu-scrollbar

Angular 2+ scrollbar customization using Malihu jQuery Custom Scrollbar plugin
https://jfcere.github.io/ngx-malihu-scrollbar
MIT License
58 stars 17 forks source link

Auto expand scroll container on dynamic data added on x axis. #53

Open sam17896 opened 4 years ago

sam17896 commented 4 years ago

Scroll bar on x axis doesn't scroll beyond a specific point, if the data is added dynamically the scroll bar doesn't expand, it does when the axis is 'y' but not when its 'x'. I have tried advanced: { autoExpandHorizontalScroll: true, updateOnContentResize: true } option as well but its not seems to be working.