Tagged Questions
1
vote
1answer
84 views
Custom scrollbars
In my application, where ever the scrollbar comes it should be changed to the custom scrollbar.Is there any way in css to style the scrollbar.If not,Please provide me any suggestions regarding the ...
0
votes
1answer
183 views
Mini Scrollbar with thumbnails on iphone
I was wondering, what would be the best way, to implement an 'extra' scrollbar, showing thumbnail versions of the pages, you are currently viewing.
In my case, I would like to have maybe around 20 ...
0
votes
1answer
909 views
WPF scrollbar should change value more frequently
I currently tried to force a wpf scrollbar to fire it's value changes for often, if the user presses the scroll-up or -down button, and holds the mouse button.
I tried to use a style like:
<Style ...