<?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: Control.Visible is broken</title>
	<atom:link href="http://www.componentfactory.com/blog/2009/05/controlvisible-is-broken/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.componentfactory.com/blog/2009/05/controlvisible-is-broken/</link>
	<description>Windows Forms Controls for .NET Smart Client Applications</description>
	<lastBuildDate>Tue, 31 Jan 2012 19:30:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mel Grubb</title>
		<link>http://www.componentfactory.com/blog/2009/05/controlvisible-is-broken/comment-page-1/#comment-3122</link>
		<dc:creator>Mel Grubb</dc:creator>
		<pubDate>Thu, 15 Jul 2010 12:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.componentfactory.com/blog/?p=485#comment-3122</guid>
		<description>I ran into this quite a while ago, and the solution is not that bad, actually. Since this post is old, you may have found this already, but I&#039;ll post it anyway just in case it&#039;s useful to someone in the future.

You need to ask the control specifically what IT&#039;S visible property is, which is not what the .Visible property will do. It takes a little bit of reflection, but it&#039;s not that bad.

Details of the approach can be found in this blog entry: http://tinyurl.com/waitcontext
The part you&#039;re interested in starts in the second section (The difficulty)</description>
		<content:encoded><![CDATA[<p>I ran into this quite a while ago, and the solution is not that bad, actually. Since this post is old, you may have found this already, but I&#8217;ll post it anyway just in case it&#8217;s useful to someone in the future.</p>
<p>You need to ask the control specifically what IT&#8217;S visible property is, which is not what the .Visible property will do. It takes a little bit of reflection, but it&#8217;s not that bad.</p>
<p>Details of the approach can be found in this blog entry: <a href="http://tinyurl.com/waitcontext" rel="nofollow">http://tinyurl.com/waitcontext</a><br />
The part you&#8217;re interested in starts in the second section (The difficulty)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis</title>
		<link>http://www.componentfactory.com/blog/2009/05/controlvisible-is-broken/comment-page-1/#comment-2444</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Sun, 17 May 2009 13:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.componentfactory.com/blog/?p=485#comment-2444</guid>
		<description>I ran into that with ToolStripItems.  I use the Available property on ToolStripItems instead of Visible when I want to see if the ToolStripItem wants to be shown.  I didn&#039;t realize it happened with Controls as well.</description>
		<content:encoded><![CDATA[<p>I ran into that with ToolStripItems.  I use the Available property on ToolStripItems instead of Visible when I want to see if the ToolStripItem wants to be shown.  I didn&#8217;t realize it happened with Controls as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

