<?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: Visibility.Visible != IsVisible</title>
	<atom:link href="http://krisselden.com/2007/01/31/visibilityvisible-isvisible/feed/" rel="self" type="application/rss+xml" />
	<link>http://krisselden.com/2007/01/31/visibilityvisible-isvisible/</link>
	<description>Focused on software development.</description>
	<pubDate>Tue, 06 Jan 2009 04:07:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hernán</title>
		<link>http://krisselden.com/2007/01/31/visibilityvisible-isvisible/comment-page-1/#comment-161</link>
		<dc:creator>Hernán</dc:creator>
		<pubDate>Mon, 05 Jan 2009 18:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://krisselden.com/2007/01/31/visibilityvisible-isvisible/#comment-161</guid>
		<description>Thanks for the post!

I was struggling trying to set focus on a textbox added at runtime!</description>
		<content:encoded><![CDATA[<p>Thanks for the post!</p>
<p>I was struggling trying to set focus on a textbox added at runtime!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Cullinan</title>
		<link>http://krisselden.com/2007/01/31/visibilityvisible-isvisible/comment-page-1/#comment-60</link>
		<dc:creator>Sean Cullinan</dc:creator>
		<pubDate>Mon, 28 Jan 2008 15:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://krisselden.com/2007/01/31/visibilityvisible-isvisible/#comment-60</guid>
		<description>Thanks for this post, I struggled with why I couldn't set the focus on my textbox for a few hours but your explanation makes perfect sense!  I am going to post a link on our blog site...

Sean</description>
		<content:encoded><![CDATA[<p>Thanks for this post, I struggled with why I couldn&#8217;t set the focus on my textbox for a few hours but your explanation makes perfect sense!  I am going to post a link on our blog site&#8230;</p>
<p>Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://krisselden.com/2007/01/31/visibilityvisible-isvisible/comment-page-1/#comment-57</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Mon, 10 Dec 2007 15:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://krisselden.com/2007/01/31/visibilityvisible-isvisible/#comment-57</guid>
		<description>IsVisible is readonly because it is calculated at layout and is useful for triggers. To set visibility use the &lt;a href="http://msdn2.microsoft.com/en-us/library/system.windows.uielement.visibility.aspx" rel="nofollow"&gt;Visibility &lt;/a&gt; property.</description>
		<content:encoded><![CDATA[<p>IsVisible is readonly because it is calculated at layout and is useful for triggers. To set visibility use the <a href="http://msdn2.microsoft.com/en-us/library/system.windows.uielement.visibility.aspx" rel="nofollow">Visibility </a> property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zenwalker</title>
		<link>http://krisselden.com/2007/01/31/visibilityvisible-isvisible/comment-page-1/#comment-56</link>
		<dc:creator>Zenwalker</dc:creator>
		<pubDate>Tue, 04 Dec 2007 10:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://krisselden.com/2007/01/31/visibilityvisible-isvisible/#comment-56</guid>
		<description>Hey Kris,

I am working on WPF. Where in which on the UI i have one button and a Image component. As soon as i launch the apps, the Image component will be disabled. When i press button, then only that Image component is enabled.

So i am trying to write code as image1.Isvisible = true. But as your article says. Is a read only component. So how can i change the visibility of this object?? I mean, how can i set values of IsVisible property in WPF?</description>
		<content:encoded><![CDATA[<p>Hey Kris,</p>
<p>I am working on WPF. Where in which on the UI i have one button and a Image component. As soon as i launch the apps, the Image component will be disabled. When i press button, then only that Image component is enabled.</p>
<p>So i am trying to write code as image1.Isvisible = true. But as your article says. Is a read only component. So how can i change the visibility of this object?? I mean, how can i set values of IsVisible property in WPF?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
