IllusoryStudios.Wpf.LostControls
1.3.0
dotnet add package IllusoryStudios.Wpf.LostControls --version 1.3.0
NuGet\Install-Package IllusoryStudios.Wpf.LostControls -Version 1.3.0
<PackageReference Include="IllusoryStudios.Wpf.LostControls" Version="1.3.0" />
paket add IllusoryStudios.Wpf.LostControls --version 1.3.0
#r "nuget: IllusoryStudios.Wpf.LostControls, 1.3.0"
// Install IllusoryStudios.Wpf.LostControls as a Cake Addin #addin nuget:?package=IllusoryStudios.Wpf.LostControls&version=1.3.0 // Install IllusoryStudios.Wpf.LostControls as a Cake Tool #tool nuget:?package=IllusoryStudios.Wpf.LostControls&version=1.3.0
WPF lacks some basic functionality, so I coded it up and share the result with you here. Controls and windows include InputBox (like the VB6 function but more powerful), EditableLabel, ThumbnailPanel, and more. There are also helpers for associating with file types and starting up with Windows.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 5,829 | 2/23/2013 |
Moved the library over to .NET 4.0.
Added static methods to InputBox. These are easy to use like the VB6 function, for times when you don't need this class's full versatility.
Added FitStackPanel. It's like an ordinary StackPanel but also with Grid-style star and fixed-size rows added, plus a Shrinkable type that acts like Auto except when MinHeight is set and doesn't leave room for it.
ThumbnailPanel now works correctly with the scroll wheel.