why my scrollviewer don't work in WP7?
问题 I have a scrollviewer that has a listbox in it. I want to have the scrollviewer automatically scroll by using ScrollToHorizontalOffset each time the timer tick (scroll 100 each 1 second). However it won't work, the timer work fine but the scrollviewer just won't move. Here is my code, please help! DispatcherTimer timer = new DispatcherTimer(); double current = 0; // Constructor public MainPage() { InitializeComponent(); timer = new DispatcherTimer(); this.imagesScrollview.Loaded += new