Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

horizontal scrollbars with slimscroll

I use slimscroll for my scrolling needs and it works great. Now I have need for horizontal scrolling. A quick google search gives me some results to references in the github source code and some issues which indicates that that horizontal scroll support has been added but nowhere I can I find an example. I've looked in the javascript file expecting to find a flag to switch from vertical to horizontal. Helas nothing so obvious. So my question is it possible if yes, how? An example would be greatly appreciated.

like image 498
wendellmva Avatar asked Jul 04 '14 09:07

wendellmva


1 Answers

The latest version of slimscroll is 1.3.1 (from github repository) and it does not support horizontal scrollbar. Try jQuery Scrollbar or any scrollbar that supports horizontal scrolling from this scrollbar comparison table.

like image 95
Gromo Avatar answered Oct 13 '22 09:10

Gromo