<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.divelements.co.uk/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SandShell for WPF</title><link>http://community.divelements.co.uk/cs/forums/17.aspx</link><description>This control suite helps you create intuitive navigation-based user interfaces like the Microsoft Outlook shell. It also offers a powerful desktop alerting component and an ExplorerBar control.</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>Databind the Wunderbar</title><link>http://community.divelements.co.uk/cs/forums/thread/15790.aspx</link><pubDate>Sat, 28 Aug 2010 18:05:11 GMT</pubDate><guid isPermaLink="false">ad8c76e9-f07f-458a-84d5-b37a7aa0afde:15790</guid><dc:creator>ikemanuel</dc:creator><slash:comments>1</slash:comments><comments>http://community.divelements.co.uk/cs/forums/thread/15790.aspx</comments><wfw:commentRss>http://community.divelements.co.uk/cs/forums/commentrss.aspx?SectionID=17&amp;PostID=15790</wfw:commentRss><description>&lt;p&gt;My question actually refers to the Silverlight version of the Wunderbar, however, there is not forum section for this yet.&amp;nbsp; How do you databind the Wunderbar?&amp;nbsp; Is this not even possible?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Change WunderBar Size</title><link>http://community.divelements.co.uk/cs/forums/thread/15755.aspx</link><pubDate>Mon, 16 Aug 2010 05:05:33 GMT</pubDate><guid isPermaLink="false">ad8c76e9-f07f-458a-84d5-b37a7aa0afde:15755</guid><dc:creator>saurav</dc:creator><slash:comments>8</slash:comments><comments>http://community.divelements.co.uk/cs/forums/thread/15755.aspx</comments><wfw:commentRss>http://community.divelements.co.uk/cs/forums/commentrss.aspx?SectionID=17&amp;PostID=15755</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to change the size of the wunderBar, but I am not able to increase the size of it. I have check the demo application but no luck.&lt;/p&gt;
&lt;p&gt;Can any one tell me how to change the size programmatically.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Saurav.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>WunderBar: Horizontal Stretch within Grid Column</title><link>http://community.divelements.co.uk/cs/forums/thread/14852.aspx</link><pubDate>Fri, 21 Aug 2009 11:30:53 GMT</pubDate><guid isPermaLink="false">ad8c76e9-f07f-458a-84d5-b37a7aa0afde:14852</guid><dc:creator>KingDude</dc:creator><slash:comments>2</slash:comments><comments>http://community.divelements.co.uk/cs/forums/thread/14852.aspx</comments><wfw:commentRss>http://community.divelements.co.uk/cs/forums/commentrss.aspx?SectionID=17&amp;PostID=14852</wfw:commentRss><description>&lt;p&gt;I am currently struggling with a rather easy task: Similar to Outlook I want the WunderBar to be placed on the left with some content on the right and the user being able to resize the left area, which should cause the WunderBar to stretch its width accordingly.&lt;/p&gt;
&lt;p&gt;I created a simple grid with a splitter, but unfortunately this does not work - the WunderBar does not stretch its content to the total available width of the grid column. If I use a ListBox for example instead everything works as expected.&lt;/p&gt;
&lt;p&gt;Here is my XAML code:&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;lt;Grid&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Grid.ColumnDefinitions&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ColumnDefinition Width=&amp;quot;250&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ColumnDefinition Width=&amp;quot;*&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Grid.ColumnDefinitions&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ss:WunderBar&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ss:WunderBarPane Header=&amp;quot;Test&amp;quot; &amp;nbsp;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ss:WunderBar&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;GridSplitter Grid.Column=&amp;quot;0&amp;quot; Width=&amp;quot;2&amp;quot; Background=&amp;quot;Red&amp;quot; /&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ItemsControl Grid.Column=&amp;quot;1&amp;quot; Name=&amp;quot;MainRegion&amp;quot; &amp;nbsp;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/Grid&amp;gt;&lt;/p&gt;
&lt;p&gt;I was already playing around with&amp;nbsp;HorizontalAlignment=&amp;quot;Stretch&amp;quot; and&amp;nbsp;HorizontalContentAlignment=&amp;quot;Stretch&amp;quot;, but this did not change anything.&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Am I missing something here? Does anyone have a hint on how to make this work without doing some extra coding?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Ingmar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Wunderbar - "Show Fewer Buttons"</title><link>http://community.divelements.co.uk/cs/forums/thread/14253.aspx</link><pubDate>Thu, 12 Feb 2009 20:11:20 GMT</pubDate><guid isPermaLink="false">ad8c76e9-f07f-458a-84d5-b37a7aa0afde:14253</guid><dc:creator>Nick Teeter</dc:creator><slash:comments>2</slash:comments><comments>http://community.divelements.co.uk/cs/forums/thread/14253.aspx</comments><wfw:commentRss>http://community.divelements.co.uk/cs/forums/commentrss.aspx?SectionID=17&amp;PostID=14253</wfw:commentRss><description>&lt;p&gt;I have a Wunderbar control inside a Grid that has 3 WunderbarPane controls inside it.&amp;nbsp; When I run the application, the &amp;quot;Show Fewer Buttons&amp;quot; option at the bottom of the Wunderbar control does not work until I manually drag the splitter down to hide them.&amp;nbsp; After that, the &amp;quot;Show Fewer Buttons&amp;quot; option works but not until this is done.&amp;nbsp; Can you confirm if this is a bug?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;NICK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>