Hi, I am writing a picture viewer using much the same format as the music browser in the samples, however, I cannot select any of the generated carousel items using the mouse, only by using the keyboard and tabbing into the carousel. As this app is destined for an ultramobile tablet pc, this is unacceptable. Am I doing something wrong, or is there just no mouse support in the XamCarouselListBox? (My DataTemplate is a StackPanel containing a bound TextBlock and Image, and everything is set to HitTestVisible=true and Focusable=true).
Thanks!