VisibilityControl 1.0.1
A templated content control hosting to remove the pain of using the BooleanToVisibilityConverter. The property IsTrue determines what is shown. For Windows Store (WinRT) applications.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>VisibilityControl</id>
<version>1.0.1</version>
<title />
<authors>JohnMichaelHauck</authors>
<owners />
<projectUrl>http://visibilitycontrol.codeplex.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A templated content control hosting to remove the pain of using the BooleanToVisibilityConverter. The property IsTrue determines what is shown. For Windows Store (WinRT) applications.</description>
<summary />
<releaseNotes>Now based off of an ItemsControl so you no longer need to set TrueContent and FalseContent, but simply add both user interface elements (false first) to the control.</releaseNotes>
<copyright>John Michael Hauck</copyright>
<tags>Windows Store WinRT</tags>
</metadata>
</package>