WPF: The Lost Controls

WPF is a nice GUI framework, but it lacks some common functions and controls. I needed them, so I created them, and here I share them with you. The controls and control-related classes I have included are:

There are also classes for registering file type associations and for making a program start with Windows, and a number of very useful converters.

WPF: The Lost Controls's license is Zlib-style.

Downloads

Version 1.3.0 (February 23, 2013)
Version 1.0.0 (August 28, 2010)
NuGet Package "IllusoryStudios.Wpf.LostControls"

Version History

1.3.0 February 23, 2013:
Moved the library over to .NET 4.0.
Added a number of helpful overloads to InputBox.

1.2 April 14, 2011:
Added InputBox. It's like the VB6 function but more powerful.
Added FitStackPanel, like an ordinary StackPanel except also supporting star and fixed-size rows like a Grid, plus a Shrinkable type that acts like Auto except when MinHeight doesn't leave room for it.
ThumbnailPanel now works correctly with the scroll wheel.

1.0 August 28, 2010:
Initial release.