Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.48 KB

README.md

File metadata and controls

56 lines (33 loc) · 2.48 KB

DevToolbox.Wpf

DevToolbox.Wpf is a collection of custom WPF controls designed to enhance your development experience. Currently in preview status, this project aims to evolve significantly with upcoming updates, including new controls and features to improve functionality and usability.

Features

  • Variety of Controls: A diverse set of WPF controls catering to different development needs.
  • Easy Integration: Seamless integration with existing WPF applications, ensuring minimal setup time.
  • Customizable Properties and Events: Enhance control behavior through customizable properties and event handlers, providing flexibility for developers.
  • Theme Support: Built-in support for light, dark, and high contrast themes, allowing for easy customization based on user preferences or accessibility requirements.

Demo Project

Explore the capabilities of the controls in the included demo project. The demo showcases practical use cases, allowing you to see the controls in action.

Demo Project Image

Future Plans

  • Performance Enhancements: Major updates to existing controls to improve performance and usability.
  • New Controls: Ongoing development to broaden the functionality of the toolkit.
  • User Feedback: Continuous refinement of controls based on user input and contributions.

Installation

Option 1: Using NuGet

You can easily add DevToolbox.Wpf to your project via NuGet. Run the following command in the Package Manager Console:

Install-Package DevToolbox.Wpf

Option 2: Cloning the Repository

If you prefer to work with the source code directly, you can clone the repository and build the solution:

git clone https://github.com/gachris/DevToolbox.Wpf.git
cd DevToolbox.Wpf

After cloning the repository, go to the project folder and double-click on the solution file (DevToolbox.Wpf.sln) to open it in Visual Studio. From there, you can build the solution to compile the necessary DLL files.

Usage

For usage instructions, refer to the included demo project. The demo provides practical examples of how to integrate and utilize the controls in your applications.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request. Your input is invaluable in making DevToolbox.Wpf better for everyone.

License

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