<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: WPF Range Slider Control</title>
	<atom:link href="http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/</link>
	<description>my life in Avalon ....</description>
	<lastBuildDate>Thu, 05 Nov 2009 19:16:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: prostocod</title>
		<link>http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-3161</link>
		<dc:creator>prostocod</dc:creator>
		<pubDate>Mon, 12 Oct 2009 22:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-3161</guid>
		<description>You will look at my slider please.
http://simplecod.wordpress.com/category/windows-presentation-foundation-wpf/</description>
		<content:encoded><![CDATA[<p>You will look at my slider please.<br />
<a href="http://simplecod.wordpress.com/category/windows-presentation-foundation-wpf/" rel="nofollow">http://simplecod.wordpress.com/category/windows-presentation-foundation-wpf/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: petzoldt.n</title>
		<link>http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-3005</link>
		<dc:creator>petzoldt.n</dc:creator>
		<pubDate>Tue, 14 Jul 2009 09:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-3005</guid>
		<description>Hi Marlon,

I used XAML bindings for the properties RangeStart, RangeStop, RangeStartSelected and RangeStopSelected. So the PropertyChanged order isn&#039;t determined. A PropertyChanged on RangeStart and RangeStop will cause a calculation of the movableRange field, PropertyChanged on RangeStartSelected and RangeStopSelected will not, so the default for movableRange will be used. And the default is 0, and it&#039;s a divisor. A calculation of movableRange with the RangeStart and RangeStop (and MinRange) defaults will result 1. I suggest to set the initial value of the field movableRange to 1 also, this will prevent strange errors if data binding is used.

Regards
Nick</description>
		<content:encoded><![CDATA[<p>Hi Marlon,</p>
<p>I used XAML bindings for the properties RangeStart, RangeStop, RangeStartSelected and RangeStopSelected. So the PropertyChanged order isn&#8217;t determined. A PropertyChanged on RangeStart and RangeStop will cause a calculation of the movableRange field, PropertyChanged on RangeStartSelected and RangeStopSelected will not, so the default for movableRange will be used. And the default is 0, and it&#8217;s a divisor. A calculation of movableRange with the RangeStart and RangeStop (and MinRange) defaults will result 1. I suggest to set the initial value of the field movableRange to 1 also, this will prevent strange errors if data binding is used.</p>
<p>Regards<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2333</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 29 Jul 2008 10:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2333</guid>
		<description>Where&#039;s the screenshots? Just do ctrl-printscreen and paste in Paint, save as png and upload with wordpress.</description>
		<content:encoded><![CDATA[<p>Where&#8217;s the screenshots? Just do ctrl-printscreen and paste in Paint, save as png and upload with wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fernandojhoel</title>
		<link>http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2216</link>
		<dc:creator>fernandojhoel</dc:creator>
		<pubDate>Wed, 23 Apr 2008 13:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2216</guid>
		<description>Thanks so much, this will be a big help with one of my projects :)</description>
		<content:encoded><![CDATA[<p>Thanks so much, this will be a big help with one of my projects <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marlongrech</title>
		<link>http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2060</link>
		<dc:creator>marlongrech</dc:creator>
		<pubDate>Sun, 09 Mar 2008 13:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2060</guid>
		<description>Well you can do anything you want if you supply a ControlTemplate.... If you want send me exactly what you need and I can create a control template for you to give you an example :)</description>
		<content:encoded><![CDATA[<p>Well you can do anything you want if you supply a ControlTemplate&#8230;. If you want send me exactly what you need and I can create a control template for you to give you an example <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imthiyas</title>
		<link>http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2059</link>
		<dc:creator>Imthiyas</dc:creator>
		<pubDate>Sun, 09 Mar 2008 12:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2059</guid>
		<description>Is that possible to have text above the ticks in the slider?
e.g values of the range</description>
		<content:encoded><![CDATA[<p>Is that possible to have text above the ticks in the slider?<br />
e.g values of the range</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marlongrech</title>
		<link>http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2042</link>
		<dc:creator>marlongrech</dc:creator>
		<pubDate>Sun, 02 Mar 2008 13:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2042</guid>
		<description>Range slider got an update in AvalonControlsLibrary v2. all properties are not Dependency properties and also the RangeSelectionChanged event has been updated to a RoutedEvent

Contact me if you have any issues at marlongrech AT GMAIL DOT COM

Regards</description>
		<content:encoded><![CDATA[<p>Range slider got an update in AvalonControlsLibrary v2. all properties are not Dependency properties and also the RangeSelectionChanged event has been updated to a RoutedEvent</p>
<p>Contact me if you have any issues at marlongrech AT GMAIL DOT COM</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marlongrech</title>
		<link>http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2021</link>
		<dc:creator>marlongrech</dc:creator>
		<pubDate>Sun, 24 Feb 2008 17:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2021</guid>
		<description>Hi Vedflieft,

I didn&#039;t understand what you are trying to say can you re explain?

Regards</description>
		<content:encoded><![CDATA[<p>Hi Vedflieft,</p>
<p>I didn&#8217;t understand what you are trying to say can you re explain?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vedflieft</title>
		<link>http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2020</link>
		<dc:creator>Vedflieft</dc:creator>
		<pubDate>Sun, 24 Feb 2008 17:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-2020</guid>
		<description>I am necessary wish to find</description>
		<content:encoded><![CDATA[<p>I am necessary wish to find</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob W</title>
		<link>http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-481</link>
		<dc:creator>Bob W</dc:creator>
		<pubDate>Tue, 30 Oct 2007 12:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/2007/09/06/wpf-range-slider-control/#comment-481</guid>
		<description>Very nice control.  It actually helped me a lot for a project I&#039;m working on.  Thanks for publishing it!
 -Bob</description>
		<content:encoded><![CDATA[<p>Very nice control.  It actually helped me a lot for a project I&#8217;m working on.  Thanks for publishing it!<br />
 -Bob</p>
]]></content:encoded>
	</item>
</channel>
</rss>
