How can I decrease the thickness of scroller or style it differently?
Hello,
This can be done with custom CSS. Please read here http://www.codeproject.com/Tips/67447... or you can also search online for more solutions.
Hello Anil,
Could you please detail, do you develop an application for mobile devices? If you do, then you do not need to worry about scrolling. In the installed application scrolling will be virtual and will not take place, you may check this on your device.
Thanks Evgene. Your answer does solve half of my problem. I am developing an app for mobiles so it seems it should work fine.
In some cases, when I use things like google-charts etc, if the div size is not as per the screen, a scroll-bar comes there as well. Is there a way to make that scroll look better?
Anil,
Please look at jquery plugin for scrolling:
http://plugins.jquery.com/tag/scroll/