I have a UserControl with a set of Buttons and labels on it. Width 1000px Heigth 70px.
Up to 50 of them where displayed in a ListBox (or ListView I tried both). On my Notebook scrolling is absolutely no Problem BUT the target Hardware is a Tablet running Win7 on Atom Z670 (1.5GHz, 1 Core) with a Intel GMA600 @ 400MHz.
On this Tablet Scrolling is nearly impossible - stucks. It gets better when I either display less Controls at a time (higher height) or only a part of them (decreasing the ListView or BoxView width).
I already read some papers on the internet concerning WPF and scrolling but none of them really made a difference. They seem to point mainly to higher numbers of elements.
Does this mean that this hardware is just not able to perform smooth scrolling on full screen width and height or are there any further things i can to to improve the scrolling performance?
CanContentScroll does not affect this effect (http://stackoverflow.com/questions/1033841/is-it-possible-to-implement-smooth-scroll-in-a-wpf-listview)