<?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: WPF: CheckBox as GroupBox Header</title>
	<atom:link href="http://mel-green.com/2009/08/wpf-checkbox-as-groupbox-header/feed/" rel="self" type="application/rss+xml" />
	<link>http://mel-green.com/2009/08/wpf-checkbox-as-groupbox-header/</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 14:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: OliverUv</title>
		<link>http://mel-green.com/2009/08/wpf-checkbox-as-groupbox-header/comment-page-1/#comment-1512</link>
		<dc:creator>OliverUv</dc:creator>
		<pubDate>Wed, 26 Oct 2011 12:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://mel-green.com/?p=383#comment-1512</guid>
		<description>Here is a fix for the click miss problem (use Ray&#039;s answer):
&lt;a href=&quot;http://stackoverflow.com/questions/151979/does-the-groupbox-header-in-wpf-swallow-mouse-clicks&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/151979/does-the-groupbox-header-in-wpf-swallow-mouse-clicks&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Here is a fix for the click miss problem (use Ray&#8217;s answer):<br />
<a href="http://stackoverflow.com/questions/151979/does-the-groupbox-header-in-wpf-swallow-mouse-clicks" rel="nofollow">http://stackoverflow.com/quest.....use-clicks</a> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://mel-green.com/2009/08/wpf-checkbox-as-groupbox-header/comment-page-1/#comment-1486</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 05 Apr 2011 22:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://mel-green.com/?p=383#comment-1486</guid>
		<description>The problem is not clicking in &quot;certain parts&quot; of the checkbox...  If you hover over the checkbox, it will not always realize that the mouse is over it (and turn blue), so the click goes no where... seems to happen 25%-50% of the time... you can move off of the checkbox and then back on and it will remedy...
very strange wpf bug indeed.  I will have to find another way to do this....</description>
		<content:encoded><![CDATA[<p>The problem is not clicking in &#8220;certain parts&#8221; of the checkbox&#8230;  If you hover over the checkbox, it will not always realize that the mouse is over it (and turn blue), so the click goes no where&#8230; seems to happen 25%-50% of the time&#8230; you can move off of the checkbox and then back on and it will remedy&#8230;<br />
very strange wpf bug indeed.  I will have to find another way to do this&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mel</title>
		<link>http://mel-green.com/2009/08/wpf-checkbox-as-groupbox-header/comment-page-1/#comment-1430</link>
		<dc:creator>Mel</dc:creator>
		<pubDate>Mon, 10 Jan 2011 18:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://mel-green.com/?p=383#comment-1430</guid>
		<description>Hey nino,

No I haven&#039;t experienced that. Perhaps you have another control or event handler interfering with the check. Try posting your problem and an stackoverflow.com with an excerpt of your code. Maybe they can help you :)</description>
		<content:encoded><![CDATA[<p>Hey nino,</p>
<p>No I haven&#8217;t experienced that. Perhaps you have another control or event handler interfering with the check. Try posting your problem and an stackoverflow.com with an excerpt of your code. Maybe they can help you <img src='http://mel-green.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nino</title>
		<link>http://mel-green.com/2009/08/wpf-checkbox-as-groupbox-header/comment-page-1/#comment-1429</link>
		<dc:creator>nino</dc:creator>
		<pubDate>Mon, 10 Jan 2011 14:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://mel-green.com/?p=383#comment-1429</guid>
		<description>Have you noticed that if you click in certain parts of the checkbox, the click doesn&#039;t work?
It&#039;s happening to me and wanted to know if this bug is only mine or WPF&#039;s.
Thanks</description>
		<content:encoded><![CDATA[<p>Have you noticed that if you click in certain parts of the checkbox, the click doesn&#8217;t work?<br />
It&#8217;s happening to me and wanted to know if this bug is only mine or WPF&#8217;s.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Pittman</title>
		<link>http://mel-green.com/2009/08/wpf-checkbox-as-groupbox-header/comment-page-1/#comment-454</link>
		<dc:creator>Zack Pittman</dc:creator>
		<pubDate>Wed, 03 Nov 2010 17:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://mel-green.com/?p=383#comment-454</guid>
		<description>I was wrestling with this idea myself and was going down the route of a custom control but your article made the realization of the use of the content presenter in the header of the group box. Thanks so very much!</description>
		<content:encoded><![CDATA[<p>I was wrestling with this idea myself and was going down the route of a custom control but your article made the realization of the use of the content presenter in the header of the group box. Thanks so very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Smith</title>
		<link>http://mel-green.com/2009/08/wpf-checkbox-as-groupbox-header/comment-page-1/#comment-338</link>
		<dc:creator>Lee Smith</dc:creator>
		<pubDate>Mon, 22 Mar 2010 14:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://mel-green.com/?p=383#comment-338</guid>
		<description>Great article, just what I was looking for! Thanks!</description>
		<content:encoded><![CDATA[<p>Great article, just what I was looking for! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

