Tagged Questions

0
votes
2answers
123 views

How to scroll “infinitely” wide view in Android?

I am pondering the alternatives on how to scroll an "infinite", scale-like, control in android. The simple idea is to redraw the entire view on each scroll movement, but somehow it doesn't seem like …
0
votes
1answer
437 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 …