jkuri / ngx-slimscroll

Customizable Scrollbar Directive for Angular

Home Page:https://ngx-slimscroll.jankuri.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need a property on directive or class on wrapper to show scrollbar is hidden

scott-ho opened this issue · comments

In my case, i need to know whether the scrollbar occurs. But for now there is no way to get it directly. I could only make a settimtout to detect it. That's not nice.

you can simply add event into codebase and make a pull request for that, I'll accept it.

commented

@jkuri I've make a pr for the issue with an extra feature

@jkuri the pr above seems good. Could you review it?