Click here to Skip to main content
15,891,704 members
Articles / Desktop Programming / WPF

WPF Collapse Converters for easier data layouts

Rate me:
Please Sign up or sign in to vote.
4.85/5 (8 votes)
8 Oct 2009Ms-PL7 min read 48.9K   1.9K   28  
This article demonstrates how WPF Converters can be used in an innovate way to replace the use of WPF Triggers in a common user interface task.
<Application x:Class="TWCollapseConverters.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="CollapseConverterWindow.xaml">
    <Application.Resources>
         
    </Application.Resources>
</Application>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Software Developer
United Kingdom United Kingdom
Tom has been developing software for 20 years and has done a lot of different stuff. Recently this has mostly been C# WPF/Silverlight, ASP.Net and Ruby On Rails.

Blog: http://rightondevelopment.blogspot.com/

Comments and Discussions