Jon.WPF.NetCore.UserControls.MostWanted 1.8.0

Suggested Alternatives

Jon.Wpf.CustomControls

Additional Details

The controls in the newer library are compatible with both .NET v6 and v7.  They have more functionality, are more customizable, more documentation with examples and more controls in the newer library. All the controls should have a newer better counterpart in this new library. Please open an issue on the issue board in the github repository if you do have any issues.

dotnet add package Jon.WPF.NetCore.UserControls.MostWanted --version 1.8.0
NuGet\Install-Package Jon.WPF.NetCore.UserControls.MostWanted -Version 1.8.0
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="Jon.WPF.NetCore.UserControls.MostWanted" Version="1.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jon.WPF.NetCore.UserControls.MostWanted --version 1.8.0
#r "nuget: Jon.WPF.NetCore.UserControls.MostWanted, 1.8.0"
#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 Jon.WPF.NetCore.UserControls.MostWanted as a Cake Addin
#addin nuget:?package=Jon.WPF.NetCore.UserControls.MostWanted&version=1.8.0

// Install Jon.WPF.NetCore.UserControls.MostWanted as a Cake Tool
#tool nuget:?package=Jon.WPF.NetCore.UserControls.MostWanted&version=1.8.0

Jon.WPF.NetCore.Controls

A WPF .NET v6.0/v7.0 user control library containing customizable and easy-to-use controls for your WPF applications.

image

image

NEW!

image

NEW!

image

Controls

  • ToggleSwitch Control
  • Time Picker Control
  • Rating Control
  • Watermark TextBox Control
  • Color Picker Control
  • Color Palette Control
  • PropertyGrid Control
  • Wizard Control

Table of Contents

Getting Started

To use the controls in your WPF application, follow these steps:

  1. Clone or download the source code from GitHub and add the user control library project to your solution.

  2. Add a reference to the user control library in your WPF application project.

  3. In the XAML file where you want to use a control, add the following namespace declaration at the top:

    xmlns:controls="clr-namespace:MyUserControlLibrary;assembly=MyUserControlLibrary"
    
  4. Add the control to your XAML layout.

Controls

1. ToggleSwitch

A customizable ToggleSwitch Control that provides a simple and intuitive way for users to toggle a setting on or off with customizable "on" and "off" text labels.

Refer to the ToggleSwitch Control Specification for more details, including properties, events, and customization options.

2. TimePicker

The Time Picker control allows users to select a specific time value within a given range. It supports 12-hour and 24-hour clock formats, and offers an intuitive and easy-to-use interface.

Refer to the Time Picker Control Specification for more details, including properties, data binding, validation, and customization options.

3. RatingControl

A customizable Rating Control that allows users to provide a rating using stars or other symbols. The control supports different rating levels, custom symbols, and half-star ratings.

Refer to the Rating Control Specification for more details, including properties, data binding, and customization options.

4. WatermarkTextBox

A TextBox control with a watermark feature, allowing you to display a placeholder text when the TextBox is empty. This helps users understand the purpose of the input field.

Refer to the WatermarkTextBox Control Specification for more details, including properties, events, and customization options.

5. ColorPicker

A ColorPicker control that allows users to choose a color from a color palette or define custom colors using RGB, HSL, or HEX values. This control provides an intuitive user interface for selecting colors.

Refer to the ColorPicker Control Specification for more details, including properties, data binding, and customization options.

6. Color Palette Control

A versatile Color Palette Control that enables users to pick colors from a user-defined color spectrum. The palette can be easily customized by adjusting its block dimensions and wrapping behavior, and it also provides a SelectedColor property to access the chosen color.

Refer to the Color Palette Control Specification for more details, including properties, data binding, and customization options.

7. PropertyGrid Control

A PropertyGrid user control for displaying and editing object properties in a user-friendly way. It provides auto-generation features, customizable editors, and support for property decorators.

Refer to the PropertyGrid Control Specification for more details, including properties, data binding, and customization options.

8. Wizard Control

A versatile and customizable wizard control to create step-by-step user interfaces in WPF applications. The Most Wanted WPF Wizard control supports various built-in views and allows you to create custom views by implementing the StepBase interface on a UserControl. image

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

If you encounter any issues or have questions, please feel free to open an issue on GitHub. Contributions are welcome!

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  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.

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.8.0 193 5/13/2023
1.7.0 153 5/9/2023
1.6.0 142 5/9/2023
1.5.0 140 5/7/2023
1.4.0 134 5/7/2023
1.3.0 124 5/7/2023
1.2.0 141 5/6/2023
1.1.0 140 5/4/2023
1.0.0 135 5/4/2023