<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Mouse wheel behavior with native UIElement MouseWheel event</title>
	<atom:link href="http://blog.thekieners.com/2009/09/04/mouse-wheel-behavior-with-native-uielement-mousewheel-event/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thekieners.com/2009/09/04/mouse-wheel-behavior-with-native-uielement-mousewheel-event/</link>
	<description>Blog of Beat Kiener, containing my experiences, thoughts, comments and questions</description>
	<lastBuildDate>Thu, 26 Jan 2012 02:01:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Andrus</title>
		<link>http://blog.thekieners.com/2009/09/04/mouse-wheel-behavior-with-native-uielement-mousewheel-event/#comment-98</link>
		<dc:creator><![CDATA[Andrus]]></dc:creator>
		<pubDate>Fri, 16 Oct 2009 10:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2009/09/04/mouse-wheel-behavior-with-native-uielement-mousewheel-event/#comment-98</guid>
		<description><![CDATA[How to use this to add Mouse Wheel scrolling to AutoCompletebox popup? Previous solution from //http://blog.thekieners.com/2009/04/06/how-to-enable-mouse-wheel-scrolling-in-silverlight-without-extending-controls/
does not make Autocompletebox popup list scrollable.

Andrus.]]></description>
		<content:encoded><![CDATA[<p>How to use this to add Mouse Wheel scrolling to AutoCompletebox popup? Previous solution from //http://blog.thekieners.com/2009/04/06/how-to-enable-mouse-wheel-scrolling-in-silverlight-without-extending-controls/<br />
does not make Autocompletebox popup list scrollable.</p>
<p>Andrus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beatkiener</title>
		<link>http://blog.thekieners.com/2009/09/04/mouse-wheel-behavior-with-native-uielement-mousewheel-event/#comment-64</link>
		<dc:creator><![CDATA[beatkiener]]></dc:creator>
		<pubDate>Wed, 09 Sep 2009 06:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2009/09/04/mouse-wheel-behavior-with-native-uielement-mousewheel-event/#comment-64</guid>
		<description><![CDATA[Hi Kelps,

no, I don&#039;t mind if you add the ctrl behavior to your code ( maybe you can put a link to my blog into your code comments :) )
I think it is worth to implement the behavior with java script also, because for a better support of Mac. 
I did exactly this with a very generic implementation. I would call it &quot;global behavior to attach to the root element of the application&quot;.

&lt;a href=&quot;http://blog.thekieners.com/2009/04/06/how-to-enable-mouse-wheel-scrolling-in-silverlight-without-extending-controls/&quot; rel=&quot;nofollow&quot;&gt;http://blog.thekieners.com/2009/04/06/how-to-enable-mouse-wheel-scrolling-in-silverlight-without-extending-controls/&lt;/a&gt;

Fortunately it does not struggle with the broken tree of a popup control. And a further advantage with java script is that the SL plugin doesn&#039;t need to have the focus, it works with the first mouse wheel event whereas the native mouse wheel event does not get fired until the SL plugin has its focus.

Do you have experience with out of browser scenario on a Mac? I think there is no way to use the mouse wheel, right?

Best regards,
Beat Kiener]]></description>
		<content:encoded><![CDATA[<p>Hi Kelps,</p>
<p>no, I don&#8217;t mind if you add the ctrl behavior to your code ( maybe you can put a link to my blog into your code comments <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )<br />
I think it is worth to implement the behavior with java script also, because for a better support of Mac.<br />
I did exactly this with a very generic implementation. I would call it &#8220;global behavior to attach to the root element of the application&#8221;.</p>
<p><a href="http://blog.thekieners.com/2009/04/06/how-to-enable-mouse-wheel-scrolling-in-silverlight-without-extending-controls/" rel="nofollow">http://blog.thekieners.com/2009/04/06/how-to-enable-mouse-wheel-scrolling-in-silverlight-without-extending-controls/</a></p>
<p>Fortunately it does not struggle with the broken tree of a popup control. And a further advantage with java script is that the SL plugin doesn&#8217;t need to have the focus, it works with the first mouse wheel event whereas the native mouse wheel event does not get fired until the SL plugin has its focus.</p>
<p>Do you have experience with out of browser scenario on a Mac? I think there is no way to use the mouse wheel, right?</p>
<p>Best regards,<br />
Beat Kiener</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelps</title>
		<link>http://blog.thekieners.com/2009/09/04/mouse-wheel-behavior-with-native-uielement-mousewheel-event/#comment-62</link>
		<dc:creator><![CDATA[Kelps]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 11:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2009/09/04/mouse-wheel-behavior-with-native-uielement-mousewheel-event/#comment-62</guid>
		<description><![CDATA[I forgot to leave the link for the behavior I implemented so you can take a look at it. Here it is:
&lt;a href=&quot;http://gallery.expression.microsoft.com/en-us/MouseWheelScroll&quot; rel=&quot;nofollow&quot;&gt;http://gallery.expression.microsoft.com/en-us/MouseWheelScroll&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>I forgot to leave the link for the behavior I implemented so you can take a look at it. Here it is:<br />
<a href="http://gallery.expression.microsoft.com/en-us/MouseWheelScroll" rel="nofollow">http://gallery.expression.microsoft.com/en-us/MouseWheelScroll</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelps</title>
		<link>http://blog.thekieners.com/2009/09/04/mouse-wheel-behavior-with-native-uielement-mousewheel-event/#comment-61</link>
		<dc:creator><![CDATA[Kelps]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 11:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2009/09/04/mouse-wheel-behavior-with-native-uielement-mousewheel-event/#comment-61</guid>
		<description><![CDATA[Good job.

I just made (last thursday - Sep, 03, 2009) the same behavior and published at the Expression Gallery. I solved the popup problem in a way similar to yours.

I liked your idea of using the ctrl key for horizontal scroll. My behavior does horizontal scroll only when there is no vertical scroll to do. Do you mind if I implement this on the behavior I published?

I&#039;m considering implementing this behavior using javascript as well because the native mouse wheel event is not yet supported on Mac. I&#039;m waiting on feedback for that]]></description>
		<content:encoded><![CDATA[<p>Good job.</p>
<p>I just made (last thursday &#8211; Sep, 03, 2009) the same behavior and published at the Expression Gallery. I solved the popup problem in a way similar to yours.</p>
<p>I liked your idea of using the ctrl key for horizontal scroll. My behavior does horizontal scroll only when there is no vertical scroll to do. Do you mind if I implement this on the behavior I published?</p>
<p>I&#8217;m considering implementing this behavior using javascript as well because the native mouse wheel event is not yet supported on Mac. I&#8217;m waiting on feedback for that</p>
]]></content:encoded>
	</item>
</channel>
</rss>

