RobinPerris / DarkUI

Dark themed control and docking library for .NET WinForms.
MIT License
837 stars 186 forks source link

New ComboBox, NumericUpDown, and GroupBox controls #19

Closed RobinPerris closed 4 years ago

RobinPerris commented 4 years ago

Added the following controls based on those in the AscensionGameDev/DarkUI fork:

These offer a limited range of functionality compared to the default WinForms versions of these controls. If required, they can be expanded out to implement the full range of designer properties.

This is not a 1:1 of those developed by the Ascension team - I've re-designed how they look and locked off a few of the exposed properties to match the rest of the controls in the library.

As such, this will be a breaking change for projects which implement the current NuGet release.

DAVIDSystems commented 4 years ago

I checked ComboBox and it works. Thanks !

RobinPerris commented 4 years ago

I checked ComboBox and it works. Thanks !

Good to hear. I'll run a few more tests, and see if anyone else has input.

Once things are stable I'll look in to taking over the building & publishing for the NuGet release and spit out a DarkUI 2.0 with all these changes in place

merthsoft commented 4 years ago

Tested out with my programs and it works great! Very easy migration path--just had to delete a few properties that I didn't care about anyway. Thanks!