TCD.Controls 1.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package TCD.Controls --version 1.4.2
                    
NuGet\Install-Package TCD.Controls -Version 1.4.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TCD.Controls" Version="1.4.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TCD.Controls" Version="1.4.2" />
                    
Directory.Packages.props
<PackageReference Include="TCD.Controls" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TCD.Controls --version 1.4.2
                    
#r "nuget: TCD.Controls, 1.4.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=TCD.Controls&version=1.4.2
                    
Install TCD.Controls as a Cake Addin
#tool nuget:?package=TCD.Controls&version=1.4.2
                    
Install TCD.Controls as a Cake Tool

Windows 8 Metro:
Flyout, SettingsContractWrapper, HeaderedTextBox, HeaderedTextBlock, LabeledProgressBar, LineCounter, RandomColorGenerator, LayoutAwarePage and SilentTextBox

Windows Phone:
ReverseAutocompletePopup, CustomMessageBox

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl4-wp71 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TCD.Controls:

Package Downloads
TCD.Commerce

DonationButton and a few public methods

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on TCD.Controls:

Repository Stars
OmniGUI/OmniGUI
A cross-platform GUI framework from scratch just to learn
Version Downloads Last updated
3.1.4 3,450 4/23/2016
3.1.3 3,130 12/20/2014
3.1.2 2,475 12/11/2014
3.1.1 2,422 12/11/2014
3.1.0 2,757 8/16/2014
3.0.1 2,577 4/15/2014
2.1.0 3,590 9/2/2013
2.0.2 2,393 7/31/2013
1.5.1 2,696 6/13/2013
1.5.0 2,441 4/15/2013
1.4.17 2,281 3/25/2013
1.4.15 2,499 2/1/2013
1.4.14 2,345 1/22/2013
1.4.13 2,265 1/17/2013
1.4.12 2,263 1/11/2013
1.4.11 2,330 1/9/2013
1.4.10 2,307 1/5/2013
1.4.6 2,373 12/17/2012
1.4.5 2,257 12/17/2012
1.4.4 2,306 12/13/2012
1.4.2 2,392 12/7/2012
1.4.1 2,561 12/1/2012
1.4.0 2,729 11/29/2012
1.3.14 2,602 10/3/2012
1.3.13 2,323 10/3/2012
1.3.8 2,354 10/3/2012
1.3.7 2,343 10/2/2012
1.3.0 2,498 8/29/2012
1.2.6 2,434 8/11/2012
1.2.1 2,333 8/5/2012
1.2.0 2,381 7/27/2012
1.1.1 2,317 7/18/2012
1.1.0 2,459 7/15/2012
1.0.1 2,289 7/15/2012

1.1.1 Added the Windows Phone version of TCD.Controls

1.2.0 Flyout control now with colorable header (like the system ones)

1.2.1 SettingsEntry now supports multiple callbacks

1.2.2 HeaderedTextBlock (WinRT)

1.2.6 HeaderedTextBlock/Box and LabeledProgressBar now with bindable properties

1.3.0 SettingsContractWrapper now with icon, Flyout more stable

1.3.1 RandomColorGenerator (WinRT)

1.3.5 LineCounter (WinRT)

1.3.7 Flyout.IsOpen property revived

1.3.8 new Flyout.Content property, new Flyout.Title property

1.3.13 Flyout control border now according to the guidelines, new LabeledProgressBar.IsVisible property, LabeledProgressBar.DelayedClose property -> delay hiding, bugfix in SettingsContractWrapper

1.3.14 Flyout.OnClosing now cancelable

1.3.17 PopupContainer (WinRT), GetVisualChild<T>(WinRT), ScrollIntoViewWithOffset(WinRT)

1.3.20 WP: PhoneApplicationPage.SetProgressBar, Microsoft.Bcl.Async (beta) dependency

1.4.1 Microsoft.Bcl.Async (beta) dependency removed, Flyout bugfixes, ShowAsync instead of Show

1.4.2 Flyout now compatible with touch keyboard