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.
- 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.
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.
- 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.
You can easily add DevToolbox.Wpf to your project via NuGet. Run the following command in the Package Manager Console:
Install-Package DevToolbox.Wpf
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.
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.
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.
This project is licensed under the MIT License. See the LICENSE file for more details.