0

I have two questions. I want to create an application similar to zune. Zune has a menu which autoscrolls on mouseover. I want to create that menu for my application. but i don't know what zune uses and how to autoscroll that unknown panel horizontally. i am using modernUI for WPF plugin.

Question No 1: What does Zune uses? stackpanel?

Question No 2: How to start horizontal auto scrolling of stack panel on mouse over?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Vanadium90
  • 111
  • 1
  • 6
  • I have edited your title. Please see, "[Should questions include “tags” in their titles?](http://meta.stackexchange.com/questions/19190/)", where the consensus is "no, they should not". – John Saunders May 11 '15 at 01:36
  • Have you tried using OnMouseOver event? Inside the event handler find cursor position and use it to determine scroll direction. – Sami May 11 '15 at 01:56
  • Zune doesn't use wpf – Nguyen Kien May 11 '15 at 02:13

0 Answers0