kdheath.Wpf.Resources
1.0.4
Prefix Reserved
The source repository no longer exists.
See the version list below for details.
dotnet add package kdheath.Wpf.Resources --version 1.0.4
NuGet\Install-Package kdheath.Wpf.Resources -Version 1.0.4
<PackageReference Include="kdheath.Wpf.Resources" Version="1.0.4" />
paket add kdheath.Wpf.Resources --version 1.0.4
#r "nuget: kdheath.Wpf.Resources, 1.0.4"
// Install kdheath.Wpf.Resources as a Cake Addin #addin nuget:?package=kdheath.Wpf.Resources&version=1.0.4 // Install kdheath.Wpf.Resources as a Cake Tool #tool nuget:?package=kdheath.Wpf.Resources&version=1.0.4
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
.
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
ComboBox
- Extension to the System.Windows.Controls.ComboBox class.DatePicker
- Extension to the System.Windows.Controls.DatePicker class.FilePathTextBox
- Control to implement the selection of a file or folder for a TextBox.HamburgerMenu
- Control to implement the Hamburger style menu (or Navigation Drawer) control.ModalDialog
- Control to implement a modal dialog for displaying User Controls.NumericSpinner
- Control to implement the ability to increase and decrease numeric values using a 'NumericUpDown' style control.SearchTextBox
- Control to implement the entry of search criteria in a TextBox.SortableListView
- Control to implement the sorting and filtering of a ListView.
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. net8.0-windows7.0 is compatible. |
-
net7.0-windows7.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on kdheath.Wpf.Resources:
Package | Downloads |
---|---|
kdheath.Wpf.Controls
Provides UI controls for .NET Windows Presentation Foundation applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
* Added support for .NET 8.0