<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: WPF GroupBox</title>
	<atom:link href="http://arcanecode.com/2007/09/21/wpf-groupbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://arcanecode.com/2007/09/21/wpf-groupbox/</link>
	<description>Making Microsoft .Net Development Magical</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:57:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Guillaume Pinard</title>
		<link>http://arcanecode.com/2007/09/21/wpf-groupbox/#comment-27570</link>
		<dc:creator><![CDATA[Guillaume Pinard]]></dc:creator>
		<pubDate>Wed, 17 Mar 2010 15:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/09/21/wpf-groupbox/#comment-27570</guid>
		<description><![CDATA[A little late for the fix but I can think of two ways to do so: (both need to redefine the GroupBox&#039;s original template with a copy)
1. In the GroupBox&#039;s template find border with a multibinding on its OpacityMask and apply a IsHitTestVisible=&quot;false&quot; on it.
2. Order the content presenter over this border (with the multibinding).

The issue is that the content presenter is actually under a border with an opacity mask. Now, for some reason, the opacity mask still catches the hit thus preventing the underlying button (or any control as a matter of fact) to catch the hit.

Still occurs with WPF4.]]></description>
		<content:encoded><![CDATA[<p>A little late for the fix but I can think of two ways to do so: (both need to redefine the GroupBox&#8217;s original template with a copy)<br />
1. In the GroupBox&#8217;s template find border with a multibinding on its OpacityMask and apply a IsHitTestVisible=&#8221;false&#8221; on it.<br />
2. Order the content presenter over this border (with the multibinding).</p>
<p>The issue is that the content presenter is actually under a border with an opacity mask. Now, for some reason, the opacity mask still catches the hit thus preventing the underlying button (or any control as a matter of fact) to catch the hit.</p>
<p>Still occurs with WPF4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jussi Mattila</title>
		<link>http://arcanecode.com/2007/09/21/wpf-groupbox/#comment-23656</link>
		<dc:creator><![CDATA[Jussi Mattila]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 10:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/09/21/wpf-groupbox/#comment-23656</guid>
		<description><![CDATA[When I put a button as the group box header, I can&#039;t click on it if the mouse cursor is vertically at the same level as the group box line.  If I move the mouse cursor to the top or bottom part of the button, it gets focus and can be clicked. Do you have a way to fix this problem?]]></description>
		<content:encoded><![CDATA[<p>When I put a button as the group box header, I can&#8217;t click on it if the mouse cursor is vertically at the same level as the group box line.  If I move the mouse cursor to the top or bottom part of the button, it gets focus and can be clicked. Do you have a way to fix this problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

