vuebar
vuebar copied to clipboard
[Feature] Horizontal Scrollbars
I haven't seen this asked yet, so I guess I'll be that guy -- do you have any plans to support horizontal scrolling as well? At this time, I see the directive just applies a overflow-x: hidden attribute.
Thanks!
Oh yeah definitely. I have plans to introduce this in 2.0. See: https://github.com/DominikSerafin/vuebar/projects/1
Could you share with me your use case where you would use horizontal scrolling?
Oh that's awesome -- I rarely see the projects tab used!
In my case, I've created a canvas (in the Photoshop sense) for users to manipulate elements within, but the canvas is always 1920x1080, regardless of viewport size. So having vertical and horizontal scrolling is a must.
This doesn't help you, but I made a way to have either vertical OR horizontal scrolling. Obviously the proper solution is to have both just whenever the original element would have it. But I didn't have time to make that.
Still it might help someone: NLNicoo@4694486f1bbdf642eb62370d4f825f4721664a3a (make sure to add vb-dragger-x CSS too)
@NLNicoo thank you for sharing your solution, I'm sure it will be useful for someone 😃.
@DominikSerafin when 2.0 is gonna be released? I also need horizontal scrolling. :)
Hi @markkarimov, https://github.com/DominikSerafin/vuebar/issues/32#issuecomment-335397606
Hi,can the current version use horizontal scrolling?
Horizontal scrollbars - while not yet fully finished, you can try to use the development version of Vuebar which supports them: https://github.com/DominikSerafin/vuebar/tree/development (lots of demos in docs/demotests.html)