No description
Find a file
2026-05-04 12:29:12 -07:00
AltUI fix themeprovider registry under wine 2026-05-04 12:29:12 -07:00
Example [ImgBot] Optimize images 2024-01-30 14:51:00 +00:00
.deepsource.toml Add .deepsource.toml 2023-03-17 04:35:47 +00:00
.gitignore Added .idea to gitignore 2020-01-09 15:12:41 +00:00
AltUI.sln bring back the example project to complete UI update 2022-03-03 22:21:41 -08:00
icon-64.png [ImgBot] Optimize images 2024-01-30 14:51:00 +00:00
LICENSE Re-licensing under MIT 2017-07-27 09:37:35 +01:00
package.nuspec Updated NuGet spec for 2.0.2 2020-08-08 13:27:46 +01:00
README.md Multiple Updates 2023-03-18 01:32:22 -07:00
title.png [ImgBot] Optimize images 2024-01-30 14:51:00 +00:00
todo.txt Namespace change, framework target to 4.7.2, resources namespace fix 2022-02-23 12:35:42 +00:00

Alt UI

Bringing modern styling and features to WinForms

About Alt UI

Alt UI is an attempt to create a simple, extensible control library which emulates standard WinForms controls, but with a more modern look and feel. It does this with a mix of rounded corners, an a theme that matches your system settings. For Windows 11, StartAllBack's "Colorize Everything" option is recommended.

Attributio

Special thanks to the team over at Ascension Game Dev for expanding the library to include DarkComboBox, DarkGroupBox, and DarkNumericUpDown, aswell as Robin Perris for the Original DarkUI this is based on, and anyone who contributed to this specific fork.

This repo also includes modified code from HTAlt for the DarkTabControl and Cyotek's ColorPicker controls.

How to use

Use it as you would use standard WinForms controls.

You can also read the original GitHub projects wiki. This contains all the information you need to get started as well as more detailed information and guides.