<?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/"
		>
<channel>
	<title>Comments on: Workaround for VisualStateManager.GoToState not working on Window</title>
	<atom:link href="http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=workaround-for-visualstatemanager-gotostate-not-working-on-window</link>
	<description>Independent Software Developer</description>
	<lastBuildDate>Wed, 11 Jan 2012 14:57:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: seyd ali khameneyee</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-21666</link>
		<dc:creator>seyd ali khameneyee</dc:creator>
		<pubDate>Tue, 27 Sep 2011 13:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-21666</guid>
		<description>Oh my God !!!

thanks a lot , it solved my problem too !

اجرکم عندالله محفوظ</description>
		<content:encoded><![CDATA[<p>Oh my God !!!</p>
<p>thanks a lot , it solved my problem too !</p>
<p>اجرکم عندالله محفوظ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franck</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-16735</link>
		<dc:creator>Franck</dc:creator>
		<pubDate>Thu, 16 Jun 2011 18:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-16735</guid>
		<description>I still have this issue in WPF4.  Although now GoToElementState exists on VisualStateManager, so you can us it instead of using the Blend ExtendedVisualStateManager if you are working directly in VisualStudio.</description>
		<content:encoded><![CDATA[<p>I still have this issue in WPF4.  Although now GoToElementState exists on VisualStateManager, so you can us it instead of using the Blend ExtendedVisualStateManager if you are working directly in VisualStudio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mojo</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-15016</link>
		<dc:creator>mojo</dc:creator>
		<pubDate>Thu, 05 May 2011 14:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-15016</guid>
		<description>Fantastic, thanks!!</description>
		<content:encoded><![CDATA[<p>Fantastic, thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xin</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-14609</link>
		<dc:creator>Xin</dc:creator>
		<pubDate>Sun, 17 Apr 2011 23:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-14609</guid>
		<description>it doesn&#039;t work because GoToState accepts a Control, and a Grid (your LayoutRoot) in your case, is not a Control.</description>
		<content:encoded><![CDATA[<p>it doesn&#8217;t work because GoToState accepts a Control, and a Grid (your LayoutRoot) in your case, is not a Control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Cochran</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-14202</link>
		<dc:creator>Joel Cochran</dc:creator>
		<pubDate>Mon, 28 Mar 2011 19:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-14202</guid>
		<description>Kudos and thanks!</description>
		<content:encoded><![CDATA[<p>Kudos and thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stanque</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-11577</link>
		<dc:creator>stanque</dc:creator>
		<pubDate>Thu, 06 Jan 2011 00:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-11577</guid>
		<description>Thanks!

This solved problem I had in my Silverlight 4 project. I have found so far that using WPF and Silverlight 4.0  VisualStateManager.GotoState() method really behaves quite unpredictable so most of the time I avoided using it. Thanks for great workaround.</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>This solved problem I had in my Silverlight 4 project. I have found so far that using WPF and Silverlight 4.0  VisualStateManager.GotoState() method really behaves quite unpredictable so most of the time I avoided using it. Thanks for great workaround.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sloven</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-7210</link>
		<dc:creator>Sloven</dc:creator>
		<pubDate>Fri, 13 Aug 2010 14:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-7210</guid>
		<description>Silly me. I should use sender as FrameworkElement. All Fine!</description>
		<content:encoded><![CDATA[<p>Silly me. I should use sender as FrameworkElement. All Fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sloven</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-7209</link>
		<dc:creator>Sloven</dc:creator>
		<pubDate>Fri, 13 Aug 2010 14:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-7209</guid>
		<description>It doesn&#039;t work for me. Nothing happens inside the control.
VisualStateManager.GoToElementState returns false</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work for me. Nothing happens inside the control.<br />
VisualStateManager.GoToElementState returns false</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasimier</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-5993</link>
		<dc:creator>Kasimier</dc:creator>
		<pubDate>Wed, 16 Jun 2010 01:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-5993</guid>
		<description>Actually the following works for me currently:

VisualStateManager.GoToElementState(this.LayoutRoot as FrameworkElement, &quot;MyState&quot;, true);

Note the GoToElementState(..) instead of GoToState(..)

Thanks again!</description>
		<content:encoded><![CDATA[<p>Actually the following works for me currently:</p>
<p>VisualStateManager.GoToElementState(this.LayoutRoot as FrameworkElement, &#8220;MyState&#8221;, true);</p>
<p>Note the GoToElementState(..) instead of GoToState(..)</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edu001</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-5991</link>
		<dc:creator>Edu001</dc:creator>
		<pubDate>Tue, 15 Jun 2010 22:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-5991</guid>
		<description>I was going crazy on this.. thanks a lot.</description>
		<content:encoded><![CDATA[<p>I was going crazy on this.. thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

