<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>wpfcontrib Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home</link><description>wpfcontrib Wiki Rss Description</description><item><title>New Comment on "DockSplitter"</title><link>http://wpfcontrib.codeplex.com/wikipage?title=DockSplitter&amp;ANCHOR#C21544</link><description>hi&amp;#10;i cant find the DockSplitter&amp;#10;in which dll&amp;#47;download is it&amp;#63;&amp;#10;thank you</description><author>yisman</author><pubDate>Thu, 17 Nov 2011 10:34:27 GMT</pubDate><guid isPermaLink="false">New Comment on "DockSplitter" 20111117103427A</guid></item><item><title>Updated Wiki: Themes</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Themes
&lt;/h2&gt; &lt;br /&gt;The assembly, &lt;b&gt;AvalonLibrary&lt;/b&gt;, contains the following alternatives to system themes:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Avalon:&lt;/b&gt; This is a recreation of the original theme that came with Avalon in its pre-beta days. I found it very pleasing, so I decided to include it. Note that it is very partial at the moment (contains styles only for Button, TextBox, ComboBox, ListBox and a very bad looking ProgressBar).&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=wpfcontrib&amp;amp;DownloadId=49064" alt="AvalonTheme.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
Using a theme
&lt;/h3&gt; &lt;br /&gt;Using merged dictionary at the application level (can be at the window or control level as well):&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;Application.Resources&amp;gt;
    &amp;lt;ResourceDictionary&amp;gt;
        &amp;lt;ResourceDictionary.MergedDictionaries&amp;gt;
            &amp;lt;ResourceDictionary Source=&amp;quot;/Avalon;Librarycomponent/themes/avalon.xaml&amp;quot; /&amp;gt;
        &amp;lt;/ResourceDictionary.MergedDictionaries&amp;gt;
    &amp;lt;ResourceDictionary&amp;gt;
&amp;lt;/Application.Resources&amp;gt;
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;Bring on your themes!&lt;br /&gt;
&lt;/div&gt;</description><author>aelij</author><pubDate>Thu, 13 Nov 2008 10:31:23 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Themes 20081113103123A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home&amp;version=21</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;WPF Contrib is a community-developed library of controls and utilities for WPF.
&lt;br /&gt; &lt;br /&gt;The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
What's New
&lt;/h2&gt;The October 2008 release has been checked in and uploaded. There are a few notable changes:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Requires .NET 3.5 (SP1 optional; required for some items such as Effects).&lt;/li&gt;&lt;li&gt;Live demo XBAP (for features that do not require full trust): &lt;a href="http://arbel.net/wpfcontrib/AvalonLibraryTestBrowser.xbap" class="externalLink"&gt;http://arbel.net/wpfcontrib/AvalonLibraryTestBrowser.xbap&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Bragi's controls were &lt;i&gt;removed&lt;/i&gt;, since he continued their development in his own library, available at &lt;a href="http://jastdev.com/" class="externalLink"&gt;http://jastdev.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;New classes:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimatedTextBlock&amp;amp;referringTitle=Home"&gt;AnimatedTextBlock&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=GdiTextBlock&amp;amp;referringTitle=Home"&gt;GdiTextBlock&lt;/a&gt; (see &lt;a href="http://arbel.net/blog/archive/2008/08/18/good-old-gdi-or-unblur-thy-text.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/08/18/good-old-gdi-or-unblur-thy-text.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Bitmap&amp;amp;referringTitle=Home"&gt;Bitmap&lt;/a&gt; (added to support GdiTextBlock. see &lt;a href="http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx" class="externalLink"&gt;http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Effects&amp;amp;referringTitle=Home"&gt;Effects&lt;/a&gt;: BlendEffect and PointLightEffect (see &lt;a href="http://arbel.net/blog/archive/2008/10/19/shady-pixels.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/10/19/shady-pixels.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ValueConverter&amp;amp;referringTitle=Home"&gt;ValueConverter&lt;/a&gt;, a base class for value (and multi-value) converters, which is also a MarkupExtension.&lt;/li&gt;&lt;li&gt;EnumResourceTypeConverter&lt;/li&gt;&lt;li&gt;TypeExtension, a generics-enabled version of {x:Type} (see &lt;a href="http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;DropShadowBitmapEffectExtension and BlurBitmapEffectExtension &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Markup%20Extensions&amp;amp;referringTitle=Home"&gt;Markup Extensions&lt;/a&gt;, which also catches the security exception raised when they are used in partial trust. This enables using them in an XBAP, for example.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Many of the static helpers (Avalon.Windows.Utility) are now &lt;i&gt;extension methods&lt;/i&gt;.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Bug%20fixes%20and%20new%20features&amp;amp;referringTitle=Home"&gt;Bug fixes and new features&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Breaking%20changes&amp;amp;referringTitle=Home"&gt;Breaking changes&lt;/a&gt; (&lt;b&gt;important!&lt;/b&gt;)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Security%20changes&amp;amp;referringTitle=Home"&gt;Security changes&lt;/a&gt; (&lt;b&gt;important!&lt;/b&gt;)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
What's in the Project
&lt;/h2&gt;Released:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NotifyIcon&amp;amp;referringTitle=Home"&gt;NotifyIcon&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ImageStrip&amp;amp;referringTitle=Home"&gt;ImageStrip&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NineGridBorder&amp;amp;referringTitle=Home"&gt;NineGridBorder&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AutoGrid&amp;amp;referringTitle=Home"&gt;AutoGrid&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColumnStackPanel&amp;amp;referringTitle=Home"&gt;ColumnStackPanel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Converters: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DarkColorConverter&amp;amp;referringTitle=Home"&gt;DarkColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=LightColorConverter&amp;amp;referringTitle=Home"&gt;LightColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FormattedTextConverter&amp;amp;referringTitle=Home"&gt;FormattedTextConverter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dialogs: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FolderBrowserDialog&amp;amp;referringTitle=Home"&gt;FolderBrowserDialog&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=TaskDialog&amp;amp;referringTitle=Home"&gt;TaskDialog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Utilities: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=BindingHelpers&amp;amp;referringTitle=Home"&gt;BindingHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColorHelpers&amp;amp;referringTitle=Home"&gt;ColorHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DependencyHelpers&amp;amp;referringTitle=Home"&gt;DependencyHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimationHelpers&amp;amp;referringTitle=Home"&gt;AnimationHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=UIHelpers&amp;amp;referringTitle=Home"&gt;UIHelpers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Animation: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Animation%20Framework&amp;amp;referringTitle=Home"&gt;Animation Framework&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;amp;referringTitle=Home"&gt;Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Demo project for most of the above.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Technical Stuff
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The CLR namspace for the library is Avalon.Windows. Kind of nostalgic.&lt;/li&gt;&lt;li&gt;The namespace URI for XAML is currently &amp;quot;http://schemas.codeplex.com/wpfcontrib/xaml/presentation&amp;quot;. Recommended prefix: &amp;quot;av&amp;quot;.&lt;/li&gt;&lt;li&gt;The project is built using VS 2008, and requires .NET &lt;b&gt;3.5&lt;/b&gt; (as of October 2008). SP1 required for some controls.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>aelij</author><pubDate>Wed, 05 Nov 2008 21:48:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081105094809P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home&amp;version=20</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;WPF Contrib is a community-developed library of controls and utilities for WPF.
&lt;br /&gt; &lt;br /&gt;The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
What's New
&lt;/h2&gt;The &lt;i&gt;second&lt;/i&gt; milestone in the October 2008 release has been checked in. There are a few notable changes:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Requires .NET 3.5 (SP1 optional; required for some items such as Effects).&lt;/li&gt;&lt;li&gt;Bragi's controls were &lt;i&gt;removed&lt;/i&gt;, since he continued their development in his own library, availbale at &lt;a href="http://jastdev.com/" class="externalLink"&gt;http://jastdev.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;New classes:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;AnimatedTextBlock&lt;/li&gt;&lt;li&gt;GdiTextBlock (see &lt;a href="http://arbel.net/blog/archive/2008/08/18/good-old-gdi-or-unblur-thy-text.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/08/18/good-old-gdi-or-unblur-thy-text.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Bitmap (added to support GdiTextBlock. see &lt;a href="http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx" class="externalLink"&gt;http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Effects: BlendEffect and PointLightEffect (see &lt;a href="http://arbel.net/blog/archive/2008/10/19/shady-pixels.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/10/19/shady-pixels.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;ValueConverter, a base class for value (and multi-value) converters, which is also a MarkupExtension.&lt;/li&gt;&lt;li&gt;EnumResourceTypeConverter&lt;/li&gt;&lt;li&gt;TypeExtension, a generics-enabled version of {x:Type} (see &lt;a href="http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Many of the static helpers (Avalon.Windows.Utility) are now &lt;i&gt;extension methods&lt;/i&gt;.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Bug%20fixes%20and%20new%20features&amp;amp;referringTitle=Home"&gt;Bug fixes and new features&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Breaking%20changes&amp;amp;referringTitle=Home"&gt;Breaking changes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Security%20changes&amp;amp;referringTitle=Home"&gt;Security changes&lt;/a&gt; (&lt;b&gt;important!&lt;/b&gt;)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
What's in the Project
&lt;/h2&gt;Released:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NotifyIcon&amp;amp;referringTitle=Home"&gt;NotifyIcon&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ImageStrip&amp;amp;referringTitle=Home"&gt;ImageStrip&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NineGridBorder&amp;amp;referringTitle=Home"&gt;NineGridBorder&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AutoGrid&amp;amp;referringTitle=Home"&gt;AutoGrid&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColumnStackPanel&amp;amp;referringTitle=Home"&gt;ColumnStackPanel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Converters: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DarkColorConverter&amp;amp;referringTitle=Home"&gt;DarkColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=LightColorConverter&amp;amp;referringTitle=Home"&gt;LightColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FormattedTextConverter&amp;amp;referringTitle=Home"&gt;FormattedTextConverter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dialogs: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FolderBrowserDialog&amp;amp;referringTitle=Home"&gt;FolderBrowserDialog&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=TaskDialog&amp;amp;referringTitle=Home"&gt;TaskDialog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Utilities: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=BindingHelpers&amp;amp;referringTitle=Home"&gt;BindingHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColorHelpers&amp;amp;referringTitle=Home"&gt;ColorHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DependencyHelpers&amp;amp;referringTitle=Home"&gt;DependencyHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimationHelpers&amp;amp;referringTitle=Home"&gt;AnimationHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=UIHelpers&amp;amp;referringTitle=Home"&gt;UIHelpers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Animation: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Animation%20Framework&amp;amp;referringTitle=Home"&gt;Animation Framework&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;amp;referringTitle=Home"&gt;Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Demo project for most of the above.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Technical Stuff
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The CLR namspace for the library is Avalon.Windows. Kind of nostalgic.&lt;/li&gt;&lt;li&gt;The namespace URI for XAML is currently &amp;quot;http://schemas.codeplex.com/wpfcontrib/xaml/presentation&amp;quot;. Recommended prefix: &amp;quot;av&amp;quot;.&lt;/li&gt;&lt;li&gt;The project is built using VS 2008, and requires .NET &lt;b&gt;3.5&lt;/b&gt; (as of October 2008). SP1 required for some controls.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>aelij</author><pubDate>Sat, 01 Nov 2008 02:37:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081101023707A</guid></item><item><title>Updated Wiki: Security changes</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Security changes&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Security changes
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Until now AvalonLibrary was marked with an AllowPartiallyTrustedCallers attribute, but since it was compiled with the &lt;i&gt;unsafe&lt;/i&gt; option, it was impossible to use it under such contexts. The unsafe code (a single method in NativeMethods) was removed, and this limitation has been lifted.&lt;/li&gt;&lt;li&gt;This means that the library will now work in &lt;b&gt;XBAP&lt;/b&gt;s. Even TaskDialog (as long as you don't call the &lt;b&gt;Show&lt;/b&gt; method) can be placed inside an XBAP. Some controls, such as the NotifyIcon and the FolderBrowserDialog demand permissions that are not available in partial trust, so trying to use them will raise a SecurityException.&lt;/li&gt;&lt;li&gt;In addition, the library is now uses security transparency. The assembly-level SecurityCritical attribute indicates the code defaults to security-transparent. Throughout the assembly, security-sensitive methods, classes and fields are marked as SecurityCritical, making them inaccessible to security transparent code.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>aelij</author><pubDate>Sat, 01 Nov 2008 01:52:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Security changes 20081101015207A</guid></item><item><title>Updated Wiki: Breaking changes</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Breaking changes&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Breaking Changes
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;UIHelpers: Hyperlink click handling (for browser launch) is not activated automatically. You will need to set IsAutomaticBrowserLaunchEnabled to true for it to work.&lt;/li&gt;&lt;li&gt;FormattedTextConverter no longer inherits from TypeConverter. A new class called FormattedTextTypeConverter replaces this functionality.&lt;/li&gt;&lt;li&gt;TaskDialog:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;All classes under the ItemsControl folder (ButtonList, CommandLinkList and RadioButtonList) were removed and replaced with the TypedItemsControl and the TypedListBox classes.&lt;/li&gt;&lt;li&gt;The StandardButtons property is deprecated. Also, it is removed as a dependency property, and the PART_StandardButtonList part is gone. The TaskDialogButtons enum is still available for use with the static Show() methods. To add a standard button, use the TaskDialogButtonData constructor that accepts a TaskDialogButtons value and add it to the Buttons collection.&lt;/li&gt;&lt;li&gt;The default DataTemplate for a button now uses the Header property of the TaskDialogButtonData class (instead of the Content property). This ensures compatibility with CommandLinks and access keys.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>aelij</author><pubDate>Sat, 01 Nov 2008 01:51:19 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Breaking changes 20081101015119A</guid></item><item><title>Updated Wiki: Bug fixes and new features</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Bug fixes and new features&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Bug Fixes and New Features
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;TaskDialog:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Keyboard (access key) support.&lt;/li&gt;&lt;li&gt;Default button support.&lt;/li&gt;&lt;li&gt;Copy content as text.&lt;/li&gt;&lt;li&gt;Added { Button, CommandLink, RadioButton } x { ContainerStyle, ContainerStyleSelector, Template, TemplateSelector } properties to easily modify the each of these items.&lt;/li&gt;&lt;li&gt;Routed commands (CopyContent and Cancel).&lt;/li&gt;&lt;li&gt;The private setter for the Buttons, CommandLinks and RadioButtons was removed, so now you can instantiate them in markup (e.g. &amp;lt;TaskDialog&amp;gt;&amp;lt;TaskDialog.Buttons&amp;gt;&amp;lt;Button Content=&amp;quot;...&amp;quot;/&amp;gt;...)&lt;/li&gt;&lt;li&gt;TaskDialog window now displays correctly when dialog cancellation is allowed.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;AnimationHelpers WidthPercentage and HeightPercentage initial state bug fixed.&lt;/li&gt;&lt;li&gt;Removed System.Windows.Forms dependency. NotifyIcon now uses HwndSource instead of NativeWindow.&lt;/li&gt;&lt;li&gt;NotifyIcon can now show the icon even when not inside a visual tree. To show the icon, set the Visibility to Hidden. Set Visibility is to Collapsed to hide the icon.&lt;/li&gt;&lt;li&gt;DoubleAnimationCalculator is now public.&lt;/li&gt;&lt;li&gt;The AvalonLibrary assembly is now localizable.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>aelij</author><pubDate>Sat, 01 Nov 2008 01:49:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Bug fixes and new features 20081101014946A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home&amp;version=19</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;WPF Contrib is a community-developed library of controls and utilities for WPF.
&lt;br /&gt; &lt;br /&gt;The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
What's New
&lt;/h2&gt;The &lt;i&gt;second&lt;/i&gt; milestone in the October 2008 release has been checked in. There are a few notable changes:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Requires .NET 3.5 (SP1 optional; required for some items such as Effects).&lt;/li&gt;&lt;li&gt;Bragi's controls were &lt;i&gt;removed&lt;/i&gt;, since he continued their development in his own library, availbale at &lt;a href="http://jastdev.com/" class="externalLink"&gt;http://jastdev.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;New classes:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;AnimatedTextBlock&lt;/li&gt;&lt;li&gt;GdiTextBlock (see &lt;a href="http://arbel.net/blog/archive/2008/08/18/good-old-gdi-or-unblur-thy-text.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/08/18/good-old-gdi-or-unblur-thy-text.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Bitmap (added to support GdiTextBlock. see &lt;a href="http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx" class="externalLink"&gt;http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Effects: BlendEffect and PointLightEffect (see &lt;a href="http://arbel.net/blog/archive/2008/10/19/shady-pixels.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/10/19/shady-pixels.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;TextExtension (see &lt;a href="http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;ValueConverter, a base class for value (and multi-value) converters, which is also a MarkupExtension.&lt;/li&gt;&lt;li&gt;EnumResourceTypeConverter&lt;/li&gt;&lt;li&gt;TypeExtension, a generics-enabled version of {x:Type} (see &lt;a href="http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Many of the static helpers (Avalon.Windows.Utility) are now &lt;i&gt;extension methods&lt;/i&gt;.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Bug%20fixes%20and%20new%20features&amp;amp;referringTitle=Home"&gt;Bug fixes and new features&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Breaking%20changes&amp;amp;referringTitle=Home"&gt;Breaking changes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Security%20changes&amp;amp;referringTitle=Home"&gt;Security changes&lt;/a&gt; (&lt;b&gt;important!&lt;/b&gt;)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
What's in the Project
&lt;/h2&gt;Released:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NotifyIcon&amp;amp;referringTitle=Home"&gt;NotifyIcon&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ImageStrip&amp;amp;referringTitle=Home"&gt;ImageStrip&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NineGridBorder&amp;amp;referringTitle=Home"&gt;NineGridBorder&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AutoGrid&amp;amp;referringTitle=Home"&gt;AutoGrid&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColumnStackPanel&amp;amp;referringTitle=Home"&gt;ColumnStackPanel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Converters: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DarkColorConverter&amp;amp;referringTitle=Home"&gt;DarkColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=LightColorConverter&amp;amp;referringTitle=Home"&gt;LightColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FormattedTextConverter&amp;amp;referringTitle=Home"&gt;FormattedTextConverter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dialogs: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FolderBrowserDialog&amp;amp;referringTitle=Home"&gt;FolderBrowserDialog&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=TaskDialog&amp;amp;referringTitle=Home"&gt;TaskDialog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Utilities: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=BindingHelpers&amp;amp;referringTitle=Home"&gt;BindingHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColorHelpers&amp;amp;referringTitle=Home"&gt;ColorHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DependencyHelpers&amp;amp;referringTitle=Home"&gt;DependencyHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimationHelpers&amp;amp;referringTitle=Home"&gt;AnimationHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=UIHelpers&amp;amp;referringTitle=Home"&gt;UIHelpers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Animation: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Animation%20Framework&amp;amp;referringTitle=Home"&gt;Animation Framework&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;amp;referringTitle=Home"&gt;Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Demo project for most of the above.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Technical Stuff
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The CLR namspace for the library is Avalon.Windows. Kind of nostalgic.&lt;/li&gt;&lt;li&gt;The namespace URI for XAML is currently &amp;quot;http://schemas.codeplex.com/wpfcontrib/xaml/presentation&amp;quot;. Recommended prefix: &amp;quot;av&amp;quot;.&lt;/li&gt;&lt;li&gt;The project is built using VS 2008, and requires .NET &lt;b&gt;3.5&lt;/b&gt; (as of October 2008). SP1 required for some controls.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>aelij</author><pubDate>Sat, 01 Nov 2008 01:48:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081101014838A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;WPF Contrib is a community-developed library of controls and utilities for WPF.
&lt;br /&gt; &lt;br /&gt;The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
What's New
&lt;/h2&gt;The &lt;i&gt;second&lt;/i&gt; milestone in the October 2008 release has been checked in. There are a few notable changes:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Requires .NET 3.5 (SP1 optional; required for some items such as Effects).&lt;/li&gt;&lt;li&gt;Bragi's controls were &lt;i&gt;removed&lt;/i&gt;, since he continued their development in his own library, availbale at &lt;a href="http://jastdev.com/" class="externalLink"&gt;http://jastdev.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;New classes:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;AnimatedTextBlock&lt;/li&gt;&lt;li&gt;GdiTextBlock (see &lt;a href="http://arbel.net/blog/archive/2008/08/18/good-old-gdi-or-unblur-thy-text.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/08/18/good-old-gdi-or-unblur-thy-text.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Bitmap (added to support GdiTextBlock. see &lt;a href="http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx" class="externalLink"&gt;http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Effects: BlendEffect and PointLightEffect (see &lt;a href="http://arbel.net/blog/archive/2008/10/19/shady-pixels.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/10/19/shady-pixels.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;TextExtension (see &lt;a href="http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;ValueConverter, a base class for value (and multi-value) converters, which is also a MarkupExtension.&lt;/li&gt;&lt;li&gt;EnumResourceTypeConverter&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Many of the static helpers (Avalon.Windows.Utility) are now &lt;i&gt;extension methods&lt;/i&gt;.&lt;/li&gt;&lt;li&gt;Bug fixes and new features:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;TaskDialog:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Keyboard (access key) support.&lt;/li&gt;&lt;li&gt;Default button support.&lt;/li&gt;&lt;li&gt;Copy content as text.&lt;/li&gt;&lt;li&gt;Added { Button, CommandLink, RadioButton } x { ContainerStyle, ContainerStyleSelector, Template, TemplateSelector } properties to easily modify the each of these items.&lt;/li&gt;&lt;li&gt;Routed commands (CopyContent and Cancel).&lt;/li&gt;&lt;li&gt;The private setter for the Buttons, CommandLinks and RadioButtons was removed, so now you can instantiate them in markup (e.g. &amp;lt;TaskDialog&amp;gt;&amp;lt;TaskDialog.Buttons&amp;gt;&amp;lt;Button Content=&amp;quot;...&amp;quot;/&amp;gt;...)&lt;/li&gt;&lt;li&gt;TaskDialog window now displays correctly when dialog cancellation is allowed.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;AnimationHelpers WidthPercentage and HeightPercentage initial state bug fixed.&lt;/li&gt;&lt;li&gt;Removed System.Windows.Forms dependency. NotifyIcon now uses HwndSource instead of NativeWindow.&lt;/li&gt;&lt;li&gt;NotifyIcon can now show the icon even when not inside a visual tree. To show the icon, set the Visibility to Hidden. Set Visibility is to Collapsed to hide the icon.&lt;/li&gt;&lt;li&gt;DoubleAnimationCalculator is now public.&lt;/li&gt;&lt;li&gt;The AvalonLibrary assembly is now localizable.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Breaking changes:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;UIHelpers: Hyperlink click handling (for browser launch) is not activated automatically. You will need to set IsAutomaticBrowserLaunchEnabled to true for it to work.&lt;/li&gt;&lt;li&gt;FormattedTextConverter no longer inherits from TypeConverter. A new class called FormattedTextTypeConverter replaces this functionality.&lt;/li&gt;&lt;li&gt;TaskDialog:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;All classes under the ItemsControl folder (ButtonList, CommandLinkList and RadioButtonList) were removed and replaced with the TypedItemsControl and the TypedListBox classes.&lt;/li&gt;&lt;li&gt;The StandardButtons property is deprecated. Also, it is removed as a dependency property, and the PART_StandardButtonList part is gone. The TaskDialogButtons enum is still available for use with the static Show() methods. To add a standard button, use the TaskDialogButtonData constructor that accepts a TaskDialogButtons value and add it to the Buttons collection.&lt;/li&gt;&lt;li&gt;The default DataTemplate for a button now uses the Header property of the TaskDialogButtonData class (instead of the Content property). This ensures compatibility with CommandLinks and access keys.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;li&gt;Security changes: (&lt;b&gt;important!&lt;/b&gt;)&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Until now AvalonLibrary was marked with an AllowPartiallyTrustedCallers attribute, but since it was compiled with the &lt;i&gt;unsafe&lt;/i&gt; option, it was impossible to use it under such contexts. The unsafe code (a single method in NativeMethods) was removed, and this limitation has been lifted.&lt;/li&gt;&lt;li&gt;This means that the library will now work in &lt;b&gt;XBAP&lt;/b&gt;s. Even TaskDialog (as long as you don't call the &lt;b&gt;Show&lt;/b&gt; method) can be placed inside an XBAP. Some controls, such as the NotifyIcon and the FolderBrowserDialog demand permissions that are not available in partial trust, so trying to use them will raise a SecurityException.&lt;/li&gt;&lt;li&gt;In addition, the library is now uses security transparency. The assembly-level SecurityCritical attribute indicates the code defaults to security-transparent. Throughout the assembly, security-sensitive methods, classes and fields are marked as SecurityCritical, making them inaccessible to security transparent code.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
What's in the Project
&lt;/h2&gt;Released:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NotifyIcon&amp;amp;referringTitle=Home"&gt;NotifyIcon&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ImageStrip&amp;amp;referringTitle=Home"&gt;ImageStrip&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NineGridBorder&amp;amp;referringTitle=Home"&gt;NineGridBorder&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AutoGrid&amp;amp;referringTitle=Home"&gt;AutoGrid&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColumnStackPanel&amp;amp;referringTitle=Home"&gt;ColumnStackPanel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Converters: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DarkColorConverter&amp;amp;referringTitle=Home"&gt;DarkColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=LightColorConverter&amp;amp;referringTitle=Home"&gt;LightColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FormattedTextConverter&amp;amp;referringTitle=Home"&gt;FormattedTextConverter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dialogs: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FolderBrowserDialog&amp;amp;referringTitle=Home"&gt;FolderBrowserDialog&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=TaskDialog&amp;amp;referringTitle=Home"&gt;TaskDialog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Utilities: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=BindingHelpers&amp;amp;referringTitle=Home"&gt;BindingHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColorHelpers&amp;amp;referringTitle=Home"&gt;ColorHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DependencyHelpers&amp;amp;referringTitle=Home"&gt;DependencyHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimationHelpers&amp;amp;referringTitle=Home"&gt;AnimationHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=UIHelpers&amp;amp;referringTitle=Home"&gt;UIHelpers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Animation: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Animation%20Framework&amp;amp;referringTitle=Home"&gt;Animation Framework&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;amp;referringTitle=Home"&gt;Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Demo project for most of the above.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Technical Stuff
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The CLR namspace for the library is Avalon.Windows. Kind of nostalgic.&lt;/li&gt;&lt;li&gt;The namespace URI for XAML is currently &amp;quot;http://schemas.codeplex.com/wpfcontrib/xaml/presentation&amp;quot;. Recommended prefix: &amp;quot;av&amp;quot;.&lt;/li&gt;&lt;li&gt;The project is built using VS 2008, and requires .NET &lt;b&gt;3.5&lt;/b&gt; (as of October 2008). SP1 required for some controls.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>aelij</author><pubDate>Sat, 01 Nov 2008 01:16:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081101011649A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;WPF Contrib is a community-developed library of controls and utilities for WPF.
&lt;br /&gt; &lt;br /&gt;The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
What's New
&lt;/h2&gt;I have checked in the the first milestone in the (hopefully) October 2008 release. Here are some of the things you can expect:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Requires .NET 3.5 (SP1 optional; required for some items such as Effects).&lt;/li&gt;&lt;li&gt;Bragi's controls were &lt;i&gt;removed&lt;/i&gt;, since he continued their development in his own library, availbale at &lt;a href="http://jastdev.com/" class="externalLink"&gt;http://jastdev.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;New classes:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;AnimatedTextBlock&lt;/li&gt;&lt;li&gt;GdiTextBlock (see &lt;a href="http://arbel.net/blog/archive/2008/08/18/good-old-gdi-or-unblur-thy-text.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/08/18/good-old-gdi-or-unblur-thy-text.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Bitmap (added to support GdiTextBlock. see &lt;a href="http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx" class="externalLink"&gt;http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Effects: BlendEffect and PointLightEffect (see &lt;a href="http://arbel.net/blog/archive/2008/10/19/shady-pixels.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/10/19/shady-pixels.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;TextExtension (see &lt;a href="http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx" class="externalLink"&gt;http://arbel.net/blog/archive/2008/10/27/activator-2-xaml-and-generics-day.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;ValueConverter, a base class for value (and multi-value) converters, which is also a MarkupExtension.&lt;/li&gt;&lt;li&gt;EnumResourceTypeConverter&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Many of the static helpers (Avalon.Windows.Utility) are now &lt;i&gt;extension methods&lt;/i&gt;.&lt;/li&gt;&lt;li&gt;Bug fixes and new features:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;TaskDialog: keyboard (access key) support, default button, copy content as text, added a few routed commands. (Pending some more changes before the release.)&lt;/li&gt;&lt;li&gt;AnimationHelpers WidthPercentage and HeightPercentage initial state bug fixed.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Breaking changes:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;UIHelpers: Hyperlink click handling (for browser launch) is not activated automatically. You will need to set IsAutomaticBrowserLaunchEnabled to true for it to work.&lt;/li&gt;&lt;li&gt;All classes under the ItemsControl folder (ButtonList, CommandLinkList and RadioButtonList) were removed and replaced with the TypedItemsControl class.&lt;/li&gt;&lt;li&gt;FormattedTextConverter no longer inherits from TypeConverter. A new class called FormattedTextTypeConverter replaces this functionality.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
What's in the Project
&lt;/h2&gt;Released:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NotifyIcon&amp;amp;referringTitle=Home"&gt;NotifyIcon&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ImageStrip&amp;amp;referringTitle=Home"&gt;ImageStrip&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NineGridBorder&amp;amp;referringTitle=Home"&gt;NineGridBorder&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AutoGrid&amp;amp;referringTitle=Home"&gt;AutoGrid&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColumnStackPanel&amp;amp;referringTitle=Home"&gt;ColumnStackPanel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Converters: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DarkColorConverter&amp;amp;referringTitle=Home"&gt;DarkColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=LightColorConverter&amp;amp;referringTitle=Home"&gt;LightColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FormattedTextConverter&amp;amp;referringTitle=Home"&gt;FormattedTextConverter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dialogs: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FolderBrowserDialog&amp;amp;referringTitle=Home"&gt;FolderBrowserDialog&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=TaskDialog&amp;amp;referringTitle=Home"&gt;TaskDialog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Utilities: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=BindingHelpers&amp;amp;referringTitle=Home"&gt;BindingHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColorHelpers&amp;amp;referringTitle=Home"&gt;ColorHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DependencyHelpers&amp;amp;referringTitle=Home"&gt;DependencyHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimationHelpers&amp;amp;referringTitle=Home"&gt;AnimationHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=UIHelpers&amp;amp;referringTitle=Home"&gt;UIHelpers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Animation: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Animation%20Framework&amp;amp;referringTitle=Home"&gt;Animation Framework&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;amp;referringTitle=Home"&gt;Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Demo project for most of the above.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Technical Stuff
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The CLR namspace for the library is Avalon.Windows. Kind of nostalgic.&lt;/li&gt;&lt;li&gt;The namespace URI for XAML is currently &amp;quot;http://schemas.codeplex.com/wpfcontrib/xaml/presentation&amp;quot;. Recommended prefix: &amp;quot;av&amp;quot;.&lt;/li&gt;&lt;li&gt;The project is built using VS 2008, and requires .NET &lt;b&gt;3.5&lt;/b&gt; (as of October 2008).&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>aelij</author><pubDate>Mon, 27 Oct 2008 22:32:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081027103247P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;WPF Contrib is a community-developed library of controls and utilities for WPF.
&lt;br /&gt; &lt;br /&gt;The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build.&lt;br /&gt;If you're interested in contriburing, please contact &lt;b&gt;aelija&lt;/b&gt; (via gmail) or using the CodePlex contact page.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
What's New
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/UserAccount/UserProfile.aspx?UserName=Bragi" class="externalLink"&gt;Bragi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has joined the project, bringing 3 new controls (see &amp;quot;Coming soon&amp;quot; below.)&lt;/li&gt;&lt;li&gt;If anyone experienced problems running the TaskDialog demo page, a fix has been released.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
What's in the Project
&lt;/h2&gt;Comming soon: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Help&amp;amp;referringTitle=Home"&gt;Help&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DockSplitter&amp;amp;referringTitle=Home"&gt;DockSplitter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: DockPanelEx&lt;/li&gt;&lt;li&gt;Utilities: Extender&lt;/li&gt;
&lt;/ul&gt;Released:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NotifyIcon&amp;amp;referringTitle=Home"&gt;NotifyIcon&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ImageStrip&amp;amp;referringTitle=Home"&gt;ImageStrip&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NineGridBorder&amp;amp;referringTitle=Home"&gt;NineGridBorder&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AutoGrid&amp;amp;referringTitle=Home"&gt;AutoGrid&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColumnStackPanel&amp;amp;referringTitle=Home"&gt;ColumnStackPanel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Converters: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DarkColorConverter&amp;amp;referringTitle=Home"&gt;DarkColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=LightColorConverter&amp;amp;referringTitle=Home"&gt;LightColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FormattedTextConverter&amp;amp;referringTitle=Home"&gt;FormattedTextConverter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dialogs: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FolderBrowserDialog&amp;amp;referringTitle=Home"&gt;FolderBrowserDialog&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=TaskDialog&amp;amp;referringTitle=Home"&gt;TaskDialog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Utilities: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=BindingHelpers&amp;amp;referringTitle=Home"&gt;BindingHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColorHelpers&amp;amp;referringTitle=Home"&gt;ColorHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DependencyHelpers&amp;amp;referringTitle=Home"&gt;DependencyHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimationHelpers&amp;amp;referringTitle=Home"&gt;AnimationHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=UIHelpers&amp;amp;referringTitle=Home"&gt;UIHelpers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Animation: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Animation%20Framework&amp;amp;referringTitle=Home"&gt;Animation Framework&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;amp;referringTitle=Home"&gt;Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Demo project for most of the above&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Technical Stuff
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The CLR namspace for the library is Avalon.Windows. Kind of nostalgic. :)&lt;/li&gt;&lt;li&gt;The namespace URI for XAML is currently &amp;quot;http://schemas.codeplex.com/wpfcontrib/xaml/presentation&amp;quot;. If you have a better suggestion, you're more than welcome to make it.&lt;/li&gt;&lt;li&gt;The project is built using VS 2008, compiled using &lt;b&gt;C# 3.0&lt;/b&gt; but does &lt;b&gt;not&lt;/b&gt; utilize any .NET 3.5 libraries (e.g. the System.Core assembly). The reason is that people already programming in WPF could use the library immediately.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Bragi</author><pubDate>Thu, 27 Sep 2007 07:13:17 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070927071317A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;WPF Contrib is a community-developed library of controls and utilities for WPF.
&lt;br /&gt; &lt;br /&gt;The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build.&lt;br /&gt;If you're interested in contriburing, please contact &lt;b&gt;aelija&lt;/b&gt; (via gmail) or using the CodePlex contact page.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
What's New
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/UserAccount/UserProfile.aspx?UserName=Bragi" class="externalLink"&gt;Bragi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has joined the project, bringing 3 new controls (see &amp;quot;Coming soon&amp;quot; below.)&lt;/li&gt;&lt;li&gt;If anyone experienced problems running the TaskDialog demo page, a fix has been released.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
What's in the Project
&lt;/h2&gt;Comming soon: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Help&amp;amp;referringTitle=Home"&gt;Help&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DockSplitter&amp;amp;referringTitle=Home"&gt;DockSplitter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: DockPanelEx&lt;/li&gt;
&lt;/ul&gt;Released:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NotifyIcon&amp;amp;referringTitle=Home"&gt;NotifyIcon&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ImageStrip&amp;amp;referringTitle=Home"&gt;ImageStrip&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NineGridBorder&amp;amp;referringTitle=Home"&gt;NineGridBorder&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AutoGrid&amp;amp;referringTitle=Home"&gt;AutoGrid&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColumnStackPanel&amp;amp;referringTitle=Home"&gt;ColumnStackPanel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Converters: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DarkColorConverter&amp;amp;referringTitle=Home"&gt;DarkColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=LightColorConverter&amp;amp;referringTitle=Home"&gt;LightColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FormattedTextConverter&amp;amp;referringTitle=Home"&gt;FormattedTextConverter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dialogs: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FolderBrowserDialog&amp;amp;referringTitle=Home"&gt;FolderBrowserDialog&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=TaskDialog&amp;amp;referringTitle=Home"&gt;TaskDialog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Utilities: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=BindingHelpers&amp;amp;referringTitle=Home"&gt;BindingHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColorHelpers&amp;amp;referringTitle=Home"&gt;ColorHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DependencyHelpers&amp;amp;referringTitle=Home"&gt;DependencyHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimationHelpers&amp;amp;referringTitle=Home"&gt;AnimationHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=UIHelpers&amp;amp;referringTitle=Home"&gt;UIHelpers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Animation: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Animation%20Framework&amp;amp;referringTitle=Home"&gt;Animation Framework&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;amp;referringTitle=Home"&gt;Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Demo project for most of the above&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Technical Stuff
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The CLR namspace for the library is Avalon.Windows. Kind of nostalgic. :)&lt;/li&gt;&lt;li&gt;The namespace URI for XAML is currently &amp;quot;http://schemas.codeplex.com/wpfcontrib/xaml/presentation&amp;quot;. If you have a better suggestion, you're more than welcome to make it.&lt;/li&gt;&lt;li&gt;The project is built using VS 2008, compiled using &lt;b&gt;C# 3.0&lt;/b&gt; but does &lt;b&gt;not&lt;/b&gt; utilize any .NET 3.5 libraries (e.g. the System.Core assembly). The reason is that people already programming in WPF could use the library immediately.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>aelij</author><pubDate>Mon, 17 Sep 2007 07:52:24 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070917075224A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;WPF Contrib is a community-developed library of controls and utilities for WPF.
&lt;br /&gt; &lt;br /&gt;The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build.&lt;br /&gt;If you're interested in contriburing, please contact &lt;b&gt;aelija&lt;/b&gt; (via gmail) or using the CodePlex contact page.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
What's New
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/UserAccount/UserProfile.aspx?UserName=Bragi" class="externalLink"&gt;Bragi&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has joined the project, bringing 3 new controls (see &amp;quot;Coming soon&amp;quot; below.)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
What's in the Project
&lt;/h2&gt;Comming soon: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Help&amp;amp;referringTitle=Home"&gt;Help&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DockSplitter&amp;amp;referringTitle=Home"&gt;DockSplitter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: DockPanelEx&lt;/li&gt;
&lt;/ul&gt;Released:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NotifyIcon&amp;amp;referringTitle=Home"&gt;NotifyIcon&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ImageStrip&amp;amp;referringTitle=Home"&gt;ImageStrip&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NineGridBorder&amp;amp;referringTitle=Home"&gt;NineGridBorder&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AutoGrid&amp;amp;referringTitle=Home"&gt;AutoGrid&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColumnStackPanel&amp;amp;referringTitle=Home"&gt;ColumnStackPanel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Converters: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DarkColorConverter&amp;amp;referringTitle=Home"&gt;DarkColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=LightColorConverter&amp;amp;referringTitle=Home"&gt;LightColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FormattedTextConverter&amp;amp;referringTitle=Home"&gt;FormattedTextConverter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dialogs: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FolderBrowserDialog&amp;amp;referringTitle=Home"&gt;FolderBrowserDialog&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=TaskDialog&amp;amp;referringTitle=Home"&gt;TaskDialog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Utilities: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=BindingHelpers&amp;amp;referringTitle=Home"&gt;BindingHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColorHelpers&amp;amp;referringTitle=Home"&gt;ColorHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DependencyHelpers&amp;amp;referringTitle=Home"&gt;DependencyHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimationHelpers&amp;amp;referringTitle=Home"&gt;AnimationHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=UIHelpers&amp;amp;referringTitle=Home"&gt;UIHelpers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Animation: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Animation%20Framework&amp;amp;referringTitle=Home"&gt;Animation Framework&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;amp;referringTitle=Home"&gt;Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Demo project for most of the above&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Technical Stuff
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The CLR namspace for the library is Avalon.Windows. Kind of nostalgic. :)&lt;/li&gt;&lt;li&gt;The namespace URI for XAML is currently &amp;quot;http://schemas.codeplex.com/wpfcontrib/xaml/presentation&amp;quot;. If you have a better suggestion, you're more than welcome to make it.&lt;/li&gt;&lt;li&gt;The project is built using VS 2008, compiled using &lt;b&gt;C# 3.0&lt;/b&gt; but does &lt;b&gt;not&lt;/b&gt; utilize any .NET 3.5 libraries (e.g. the System.Core assembly). The reason is that people already programming in WPF could use the library immediately.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>aelij</author><pubDate>Sun, 16 Sep 2007 06:55:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070916065556A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;WPF Contrib is a community-developed library of controls and utilities for WPF.
&lt;br /&gt; &lt;br /&gt;The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build.&lt;br /&gt;If you're interested in contriburing, please contact &lt;b&gt;aelija&lt;/b&gt; (via gmail) or using the CodePlex contact page.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
What's New
&lt;/h2&gt;Comming soon: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Help&amp;amp;referringTitle=Home"&gt;Help&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DockSplitter&amp;amp;referringTitle=Home"&gt;DockSplitter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: DockPanelEx&lt;/li&gt;
&lt;/ul&gt;Initial check in contains:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NotifyIcon&amp;amp;referringTitle=Home"&gt;NotifyIcon&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ImageStrip&amp;amp;referringTitle=Home"&gt;ImageStrip&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NineGridBorder&amp;amp;referringTitle=Home"&gt;NineGridBorder&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AutoGrid&amp;amp;referringTitle=Home"&gt;AutoGrid&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColumnStackPanel&amp;amp;referringTitle=Home"&gt;ColumnStackPanel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Converters: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DarkColorConverter&amp;amp;referringTitle=Home"&gt;DarkColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=LightColorConverter&amp;amp;referringTitle=Home"&gt;LightColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FormattedTextConverter&amp;amp;referringTitle=Home"&gt;FormattedTextConverter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dialogs: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FolderBrowserDialog&amp;amp;referringTitle=Home"&gt;FolderBrowserDialog&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=TaskDialog&amp;amp;referringTitle=Home"&gt;TaskDialog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Utilities: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=BindingHelpers&amp;amp;referringTitle=Home"&gt;BindingHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColorHelpers&amp;amp;referringTitle=Home"&gt;ColorHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DependencyHelpers&amp;amp;referringTitle=Home"&gt;DependencyHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimationHelpers&amp;amp;referringTitle=Home"&gt;AnimationHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=UIHelpers&amp;amp;referringTitle=Home"&gt;UIHelpers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Animation: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Animation%20Framework&amp;amp;referringTitle=Home"&gt;Animation Framework&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;amp;referringTitle=Home"&gt;Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Demo project for most of the above&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Technical Stuff
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The CLR namspace for the library is Avalon.Windows. Kind of nostalgic. :)&lt;/li&gt;&lt;li&gt;The namespace URI for XAML is currently &amp;quot;http://schemas.codeplex.com/wpfcontrib/xaml/presentation&amp;quot;. If you have a better suggestion, you're more than welcome to make it.&lt;/li&gt;&lt;li&gt;The project is built using VS 2008, compiled using &lt;b&gt;C# 3.0&lt;/b&gt; but does &lt;b&gt;not&lt;/b&gt; utilize any .NET 3.5 libraries (e.g. the System.Core assembly). The reason is that people already programming in WPF could use the library immediately.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Bragi</author><pubDate>Thu, 13 Sep 2007 14:36:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070913023636P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;WPF Contrib is a community-developed library of controls and utilities for WPF.
&lt;br /&gt; &lt;br /&gt;The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build.&lt;br /&gt;If you're interested in contriburing, please contact &lt;b&gt;aelija&lt;/b&gt; (via gmail) or using the CodePlex contact page.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
What's New
&lt;/h2&gt;New items added: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Help&amp;amp;referringTitle=Home"&gt;Help&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DockSplitter&amp;amp;referringTitle=Home"&gt;DockSplitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;Initial check in contains:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NotifyIcon&amp;amp;referringTitle=Home"&gt;NotifyIcon&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ImageStrip&amp;amp;referringTitle=Home"&gt;ImageStrip&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NineGridBorder&amp;amp;referringTitle=Home"&gt;NineGridBorder&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AutoGrid&amp;amp;referringTitle=Home"&gt;AutoGrid&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColumnStackPanel&amp;amp;referringTitle=Home"&gt;ColumnStackPanel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Converters: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DarkColorConverter&amp;amp;referringTitle=Home"&gt;DarkColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=LightColorConverter&amp;amp;referringTitle=Home"&gt;LightColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FormattedTextConverter&amp;amp;referringTitle=Home"&gt;FormattedTextConverter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dialogs: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FolderBrowserDialog&amp;amp;referringTitle=Home"&gt;FolderBrowserDialog&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=TaskDialog&amp;amp;referringTitle=Home"&gt;TaskDialog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Utilities: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=BindingHelpers&amp;amp;referringTitle=Home"&gt;BindingHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColorHelpers&amp;amp;referringTitle=Home"&gt;ColorHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DependencyHelpers&amp;amp;referringTitle=Home"&gt;DependencyHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimationHelpers&amp;amp;referringTitle=Home"&gt;AnimationHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=UIHelpers&amp;amp;referringTitle=Home"&gt;UIHelpers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Animation: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Animation%20Framework&amp;amp;referringTitle=Home"&gt;Animation Framework&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;amp;referringTitle=Home"&gt;Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Demo project for most of the above&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Technical Stuff
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The CLR namspace for the library is Avalon.Windows. Kind of nostalgic. :)&lt;/li&gt;&lt;li&gt;The namespace URI for XAML is currently &amp;quot;http://schemas.codeplex.com/wpfcontrib/xaml/presentation&amp;quot;. If you have a better suggestion, you're more than welcome to make it.&lt;/li&gt;&lt;li&gt;The project is built using VS 2008, compiled using &lt;b&gt;C# 3.0&lt;/b&gt; but does &lt;b&gt;not&lt;/b&gt; utilize any .NET 3.5 libraries (e.g. the System.Core assembly). The reason is that people already programming in WPF could use the library immediately.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Bragi</author><pubDate>Wed, 12 Sep 2007 11:15:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912111556A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;WPF Contrib is a community-developed library of controls and utilities for WPF.
&lt;br /&gt; &lt;br /&gt;The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build.&lt;br /&gt;If you're interested in contriburing, please contact &lt;b&gt;aelija&lt;/b&gt; (via gmail) or using the CodePlex contact page.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
What's New
&lt;/h2&gt;New items added: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Help&amp;amp;referringTitle=Home"&gt;Help&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DockSplitter&amp;amp;referringTitle=Home"&gt;DockSplitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;Initial check in contains:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Controls: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NotifyIcon&amp;amp;referringTitle=Home"&gt;NotifyIcon&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ImageStrip&amp;amp;referringTitle=Home"&gt;ImageStrip&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=NineGridBorder&amp;amp;referringTitle=Home"&gt;NineGridBorder&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Help&amp;amp;referringTitle=Home"&gt;Help&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DockSplitter&amp;amp;referringTitle=Home"&gt;DockSplitter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Panels: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AutoGrid&amp;amp;referringTitle=Home"&gt;AutoGrid&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColumnStackPanel&amp;amp;referringTitle=Home"&gt;ColumnStackPanel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Converters: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DarkColorConverter&amp;amp;referringTitle=Home"&gt;DarkColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=LightColorConverter&amp;amp;referringTitle=Home"&gt;LightColorConverter&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FormattedTextConverter&amp;amp;referringTitle=Home"&gt;FormattedTextConverter&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dialogs: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=FolderBrowserDialog&amp;amp;referringTitle=Home"&gt;FolderBrowserDialog&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=TaskDialog&amp;amp;referringTitle=Home"&gt;TaskDialog&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Utilities: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=BindingHelpers&amp;amp;referringTitle=Home"&gt;BindingHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=ColorHelpers&amp;amp;referringTitle=Home"&gt;ColorHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DependencyHelpers&amp;amp;referringTitle=Home"&gt;DependencyHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=AnimationHelpers&amp;amp;referringTitle=Home"&gt;AnimationHelpers&lt;/a&gt;, &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=UIHelpers&amp;amp;referringTitle=Home"&gt;UIHelpers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Animation: &lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Animation%20Framework&amp;amp;referringTitle=Home"&gt;Animation Framework&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Themes&amp;amp;referringTitle=Home"&gt;Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Demo project for most of the above&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Technical Stuff
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The CLR namspace for the library is Avalon.Windows. Kind of nostalgic. :)&lt;/li&gt;&lt;li&gt;The namespace URI for XAML is currently &amp;quot;http://schemas.codeplex.com/wpfcontrib/xaml/presentation&amp;quot;. If you have a better suggestion, you're more than welcome to make it.&lt;/li&gt;&lt;li&gt;The project is built using VS 2008, compiled using &lt;b&gt;C# 3.0&lt;/b&gt; but does &lt;b&gt;not&lt;/b&gt; utilize any .NET 3.5 libraries (e.g. the System.Core assembly). The reason is that people already programming in WPF could use the library immediately.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Bragi</author><pubDate>Wed, 12 Sep 2007 11:14:39 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912111439A</guid></item><item><title>UPDATED WIKI: DockSplitter</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DockSplitter&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
DockSplitter Control
&lt;/h2&gt; &lt;br /&gt;This control is a splitter for the DockPanel.  It works very similar to the GridSplitter for a Grid.&lt;br /&gt;Put it between 2 controls on a DockPanel and assign it the same Dock value as that of the object in front of it.&lt;br /&gt; &lt;br /&gt;Example:&lt;br /&gt;&lt;pre&gt;
&amp;lt;DockPanel Name=&amp;quot;TheDock&amp;quot; Grid.Row=&amp;quot;2&amp;quot; LastChildFill=&amp;quot;True&amp;quot; &amp;gt;
         &amp;lt;TextBox DockPanel.Dock=&amp;quot;Top&amp;quot;/&amp;gt;
         &amp;lt;av:DockSplitter DockPanel.Dock=&amp;quot;Top&amp;quot;/&amp;gt;
         &amp;lt;TextBox DockPanel.Dock=&amp;quot;Bottom&amp;quot;/&amp;gt;
         &amp;lt;av:DockSplitter DockPanel.Dock=&amp;quot;Bottom&amp;quot;/&amp;gt;
         &amp;lt;TextBox DockPanel.Dock=&amp;quot;Left&amp;quot; Width=&amp;quot;93&amp;quot; /&amp;gt;
         &amp;lt;av:DockSplitter DockPanel.Dock=&amp;quot;Left&amp;quot;/&amp;gt;
         &amp;lt;TextBox DockPanel.Dock=&amp;quot;Right&amp;quot; Width=&amp;quot;162&amp;quot; /&amp;gt;
         &amp;lt;av:DockSplitter DockPanel.Dock=&amp;quot;Right&amp;quot;/&amp;gt;
         &amp;lt;TextBox Name=&amp;quot;TxtLast&amp;quot;/&amp;gt;
&amp;lt;/DockPanel&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;</description><author>Bragi</author><pubDate>Wed, 12 Sep 2007 11:13:17 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: DockSplitter 20070912111317A</guid></item><item><title>UPDATED WIKI: DockSplitter</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=DockSplitter&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
DockSplitter Control
&lt;/h2&gt; &lt;br /&gt;This control is a splitter for the DockPanel.  It works very similar to the GridSplitter for a Grid.&lt;br /&gt;Put it between 2 controls on a DockPanel and assign it the same Dock value as that of the object in front of it.&lt;br /&gt; &lt;br /&gt;Example:&lt;br /&gt;&lt;pre&gt;
&amp;lt;DockPanel Name=&amp;quot;TheDock&amp;quot; Grid.Row=&amp;quot;2&amp;quot; LastChildFill=&amp;quot;True&amp;quot; &amp;gt;
         &amp;lt;TextBox DockPanel.Dock=&amp;quot;Top&amp;quot;/&amp;gt;
         &amp;lt;av:DockSplitter DockPanel.Dock=&amp;quot;Top&amp;quot;/&amp;gt;
         &amp;lt;TextBox DockPanel.Dock=&amp;quot;Top&amp;quot;/&amp;gt;
         &amp;lt;av:DockSplitter DockPanel.Dock=&amp;quot;Top&amp;quot;/&amp;gt;
         &amp;lt;TextBox DockPanel.Dock=&amp;quot;Bottom&amp;quot;/&amp;gt;
         &amp;lt;av:DockSplitter DockPanel.Dock=&amp;quot;Bottom&amp;quot;/&amp;gt;
         &amp;lt;TextBox DockPanel.Dock=&amp;quot;Left&amp;quot; Width=&amp;quot;93&amp;quot; /&amp;gt;
         &amp;lt;av:DockSplitter DockPanel.Dock=&amp;quot;Left&amp;quot;/&amp;gt;
         &amp;lt;TextBox DockPanel.Dock=&amp;quot;Right&amp;quot; Width=&amp;quot;162&amp;quot; /&amp;gt;
         &amp;lt;av:DockSplitter DockPanel.Dock=&amp;quot;Right&amp;quot;/&amp;gt;
         &amp;lt;TextBox  DockPanel.Dock=&amp;quot;Top&amp;quot;/&amp;gt;
         &amp;lt;av:DockSplitter DockPanel.Dock=&amp;quot;Top&amp;quot; /&amp;gt;
         &amp;lt;TextBox Name=&amp;quot;TxtLast&amp;quot;/&amp;gt;
      &amp;lt;/DockPanel&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;</description><author>Bragi</author><pubDate>Wed, 12 Sep 2007 11:12:38 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: DockSplitter 20070912111238A</guid></item><item><title>UPDATED WIKI: Help</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Help&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Help Control
&lt;/h2&gt; &lt;br /&gt;Similar to the Help component from Windows Forms. This control provides HTML 1.0 context sensitive help in WPF applications.&lt;br /&gt;Use attached properties like in the example to add help info to controls.&lt;br /&gt; &lt;br /&gt;Example:&lt;br /&gt;&lt;pre&gt;
&amp;lt;TextBox av:Help.Topic=&amp;quot;textbox.html&amp;quot;&amp;gt;
         Text with help
&amp;lt;/TextBox&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;</description><author>Bragi</author><pubDate>Wed, 12 Sep 2007 11:09:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Help 20070912110905A</guid></item><item><title>UPDATED WIKI: Help</title><link>http://www.codeplex.com/wpfcontrib/Wiki/View.aspx?title=Help&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Help Control
&lt;/h2&gt; &lt;br /&gt;Similar to the Help component from Windows Forms. This control provides HTML 1.0 context sensitive help in WPF applications.&lt;br /&gt;Use attached properties like as in the example to add help info to controls.&lt;br /&gt; &lt;br /&gt;Example:&lt;br /&gt;&lt;pre&gt;
&amp;lt;TextBox av:Help.Topic=&amp;quot;textbox.html&amp;quot;&amp;gt;
            Text with help
         &amp;lt;/TextBox&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;</description><author>Bragi</author><pubDate>Wed, 12 Sep 2007 11:07:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Help 20070912110740A</guid></item></channel></rss>