kdheath.Wpf.Controls
1.0.2
Prefix Reserved
Additional Details
The source repository no longer exists.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package kdheath.Wpf.Controls --version 1.0.2
NuGet\Install-Package kdheath.Wpf.Controls -Version 1.0.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="kdheath.Wpf.Controls" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add kdheath.Wpf.Controls --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: kdheath.Wpf.Controls, 1.0.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.
// Install kdheath.Wpf.Controls as a Cake Addin #addin nuget:?package=kdheath.Wpf.Controls&version=1.0.2 // Install kdheath.Wpf.Controls as a Cake Tool #tool nuget:?package=kdheath.Wpf.Controls&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
About
The Wpf.Controls package contains classes to create elements, known as controls, that enables a user to interact with an application.
Key Features
Custom controls for user interface elements such as ComboBoxes
, DatePickers
and TextBoxes
.
Change Log
- 1.0.2
- Package name prefix changed to kdheath.
Common.Wpf
package dependency name changed toCommon.Wpf.Resources
.
- 1.0.1
- Introduced the IsErrorShown dependency property to replace the need for 'WithErrors' styles.
- Added
ComboBox
andDataPicker
controls to replace the styles. - Added
NumericSpinner
control to increase and decrease numeric values in a TextBox. - Added
FilePathTextBox
control for the selection of a file or folder in aTextBox
.
- 1.0.0 Package added.
How to Use
To include the controls in a WPF project:
- Add a reference to the
Common.Wpf.Controls
package. - Include the required controls in a
.xaml
file.
xmlns:cc="clr-namespace:Common.Wpf.Controls;assembly=Common.Wpf.Controls"
'''
<cc:NumericSpinner Step="2" ... />
Main Types
HamburgerMenu
- Alternate navigation control.ModalDialog
- Allows 'modal' dialogs to be used.
Feedback
This is provided as open source under the MIT license.
Bug reports and contributions are welcome at the GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-windows7.0 is compatible. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0-windows7.0
- kdheath.Wpf.Resources (>= 1.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.