luiguild / v-bar

The virtual responsive crossbrowser scrollbar component for VueJS 2x
MIT License
222 stars 28 forks source link

[Question] Is there anyway to have access to the listeners? #3

Open hfalucas opened 7 years ago

hfalucas commented 7 years ago

Hey Luigui, I am trying out your package and it looks really awesome so far :)

I have two questions tho:

1) Is there any way to access the scroll listeners? Very much like the "perfect-scrollbar" package does. This could be useful to implement infinite scrolls :)

2) How would you advice to make the scroll start at the bottom? Asking this because I'm trying to pair this directive with your package. No success so far, the scroll doesn't want to go to the bottom :)

Thanks.

luiguild commented 7 years ago

Hi @hfalucas! Thank you to try improve V-Bar! I understood your request and I guess thar it's a great think to implement in component... But honestly, I don't know how I can do it, you can try help me, if you know.

hfalucas commented 7 years ago

Sorry for the late reply, just saw your comment today. I think I know how to do it. Let me look at it this weekend.