Silverlight currently doesn’t have any functionality for telling you about mouse scrolling so I wrote some bits to get the job done (no gurantees
). Key points to note: Your browser supports detecting scroll events – Silverlight doesn’t. Silverlight can talk to javascipt and vice versa. The work around = get the javascript to hook the scroll event and fire that back into a Silverlight class which will raise the event to objects that have registered an interest. Result = Silverlight detecting scrolling
You can grab some code here if you want a look
February 19, 2008 at 12:28 am |
thank u .execellent help from u r side .
January 21, 2009 at 5:21 am |
Looks cool! Will try it out on SL 2.0