<?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 for Lightbulb</title>
	<atom:link href="http://www.benbarefield.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.benbarefield.com/blog</link>
	<description>Ideas from Ben Barefield</description>
	<lastBuildDate>Fri, 11 May 2012 15:24:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Ribbon Tab Definition on UserControl by Ben</title>
		<link>http://www.benbarefield.com/blog/?p=40&#038;cpage=1#comment-962</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 11 May 2012 15:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.benbarefield.com/blog/?p=40#comment-962</guid>
		<description>Glad you found the post useful Neroken! Sorry it has taken me so long to get back to you, my blog has been inundated with spam, so I haven&#039;t been watching the comments too closely. 
The RibbonUserControl is not something I have written, but I would start by creating a new class that inherits from UserControl. You would create a DependencyProperty on this new class that is of type &quot;RibbonTab&quot;. The RibbonTab DependencyProperty would then walk the visual tree to add the Tab into an existing ribbon when it is assigned to just like UserControlRibbonTab does. The main benefit of this approach is XAML clarity.</description>
		<content:encoded><![CDATA[<p>Glad you found the post useful Neroken! Sorry it has taken me so long to get back to you, my blog has been inundated with spam, so I haven&#8217;t been watching the comments too closely.<br />
The RibbonUserControl is not something I have written, but I would start by creating a new class that inherits from UserControl. You would create a DependencyProperty on this new class that is of type &#8220;RibbonTab&#8221;. The RibbonTab DependencyProperty would then walk the visual tree to add the Tab into an existing ribbon when it is assigned to just like UserControlRibbonTab does. The main benefit of this approach is XAML clarity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ribbon Tab Definition on UserControl by Neroken</title>
		<link>http://www.benbarefield.com/blog/?p=40&#038;cpage=1#comment-902</link>
		<dc:creator>Neroken</dc:creator>
		<pubDate>Fri, 27 Apr 2012 12:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.benbarefield.com/blog/?p=40#comment-902</guid>
		<description>Thanks, this is what I was looking for.

I&#039;m new to WPF so I would appreciate it if you could give some more info on what you are doing in the &quot;UserControlRibbon.cs&quot; file.

I&#039;m would like to create the RibbonUserControl like you explained in &quot;I had thought about creating a RibbonUserControl similar to RibbonWindow. The RibbonUserControl would have the RibbonTab property, which would move the tab out of the resources and eliminate the two assignments in the UserControl declaration.&quot; but I cannot figure out how I should start with it.

Many thanks already,

Neroken</description>
		<content:encoded><![CDATA[<p>Thanks, this is what I was looking for.</p>
<p>I&#8217;m new to WPF so I would appreciate it if you could give some more info on what you are doing in the &#8220;UserControlRibbon.cs&#8221; file.</p>
<p>I&#8217;m would like to create the RibbonUserControl like you explained in &#8220;I had thought about creating a RibbonUserControl similar to RibbonWindow. The RibbonUserControl would have the RibbonTab property, which would move the tab out of the resources and eliminate the two assignments in the UserControl declaration.&#8221; but I cannot figure out how I should start with it.</p>
<p>Many thanks already,</p>
<p>Neroken</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF LL: TextBoxes that just keep growing by Masek</title>
		<link>http://www.benbarefield.com/blog/?p=27&#038;cpage=1#comment-627</link>
		<dc:creator>Masek</dc:creator>
		<pubDate>Fri, 02 Mar 2012 18:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.benbarefield.com/blog/?p=27#comment-627</guid>
		<description>Thankyou, I&#039;ve been struggling with this for a couple hours...</description>
		<content:encoded><![CDATA[<p>Thankyou, I&#8217;ve been struggling with this for a couple hours&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF LL: TextBoxes that just keep growing by Ben</title>
		<link>http://www.benbarefield.com/blog/?p=27&#038;cpage=1#comment-362</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 20 Sep 2011 21:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.benbarefield.com/blog/?p=27#comment-362</guid>
		<description>Glad to help and thanks for the extra information about the ListBox.</description>
		<content:encoded><![CDATA[<p>Glad to help and thanks for the extra information about the ListBox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF LL: TextBoxes that just keep growing by jeremiah</title>
		<link>http://www.benbarefield.com/blog/?p=27&#038;cpage=1#comment-361</link>
		<dc:creator>jeremiah</dc:creator>
		<pubDate>Tue, 20 Sep 2011 21:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.benbarefield.com/blog/?p=27#comment-361</guid>
		<description>Great tip. I&#039;ve been chasing this for an hour.

FYI, this &#039;Disabled&#039; trick is also required when using DataTemplates inside a ListBox.  The ListBox defaults to ScrollViewer.HorizontalScrollBarVisibility=&quot;Auto&quot;</description>
		<content:encoded><![CDATA[<p>Great tip. I&#8217;ve been chasing this for an hour.</p>
<p>FYI, this &#8216;Disabled&#8217; trick is also required when using DataTemplates inside a ListBox.  The ListBox defaults to ScrollViewer.HorizontalScrollBarVisibility=&#8221;Auto&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ribbon Tab Definition on UserControl by Jon</title>
		<link>http://www.benbarefield.com/blog/?p=40&#038;cpage=1#comment-354</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 22 Jul 2011 15:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.benbarefield.com/blog/?p=40#comment-354</guid>
		<description>Thanks, new to WPF Ribbon and helped a lot with a project I&#039;m just starting.</description>
		<content:encoded><![CDATA[<p>Thanks, new to WPF Ribbon and helped a lot with a project I&#8217;m just starting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ribbon Tab Definition on UserControl by Vadim</title>
		<link>http://www.benbarefield.com/blog/?p=40&#038;cpage=1#comment-346</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Thu, 30 Jun 2011 04:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.benbarefield.com/blog/?p=40#comment-346</guid>
		<description>I&#039;ll check it. Anyway thank you for this.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll check it. Anyway thank you for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ribbon Tab Definition on UserControl by Ben</title>
		<link>http://www.benbarefield.com/blog/?p=40&#038;cpage=1#comment-345</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 28 Jun 2011 16:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.benbarefield.com/blog/?p=40#comment-345</guid>
		<description>It took longer than I intended to get back to this, but I&#039;ve created a sample and hosted it on bitbucket: https://bitbucket.org/benbarefield/ribbontabsample

It&#039;s quick and dirty, and I think pretty straightforward. Most of the magic happens in the user control xaml files.</description>
		<content:encoded><![CDATA[<p>It took longer than I intended to get back to this, but I&#8217;ve created a sample and hosted it on bitbucket: <a href="https://bitbucket.org/benbarefield/ribbontabsample" rel="nofollow">https://bitbucket.org/benbarefield/ribbontabsample</a></p>
<p>It&#8217;s quick and dirty, and I think pretty straightforward. Most of the magic happens in the user control xaml files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ribbon Tab Definition on UserControl by Ben</title>
		<link>http://www.benbarefield.com/blog/?p=40&#038;cpage=1#comment-344</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 24 Jun 2011 20:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.benbarefield.com/blog/?p=40#comment-344</guid>
		<description>Sure! Give me some time to create a sample and I&#039;ll post it to bitbucket.</description>
		<content:encoded><![CDATA[<p>Sure! Give me some time to create a sample and I&#8217;ll post it to bitbucket.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ribbon Tab Definition on UserControl by vadim</title>
		<link>http://www.benbarefield.com/blog/?p=40&#038;cpage=1#comment-343</link>
		<dc:creator>vadim</dc:creator>
		<pubDate>Fri, 24 Jun 2011 12:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.benbarefield.com/blog/?p=40#comment-343</guid>
		<description>I&#039;m looking for solution to store view depended tabs in view (for MVVM project) and I think that your article is what I&#039;m looking for, can you put some sample project where you define contextual tabs in View.</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking for solution to store view depended tabs in view (for MVVM project) and I think that your article is what I&#8217;m looking for, can you put some sample project where you define contextual tabs in View.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

