
This project is developed based on Winform .NET Framework 4.8
, and is a demo project of AntdUI, the current version is 2.1.0
English | 中文
- Git clone or download the project directly
- Open this project using Visual Studio
- If .NET Framework 4.8 is not installed on your computer, edit the project file and set the TargetFramework property to the target framework you installed. Refer to AntdUI compatible frameworks
- Compile and run
- If the computer screen resolution is lower than 1920×1080 (1080P), please use a screen with a resolution greater than or equal to 1080P.
- If
TargetFramework
is set tonet6.0-windows7.0
or later, you can directly open the form interface and display the following prompt - If the
TargetFramework
is set tonet48
or lower, and the computer screen resolution is greater than 1080P or the scaling is not at 100%, it is essential to open the project using one of the following methods. For detailed reasons, please refer to Fix HDPI/scaling issues with Windows Forms Designer in Visual Studio:
- ✅ Support light/dark mode and automatically switch with the system
- ✅ Support enabling/disabling animation effects
- ✅ Support enabling/disabling shadow effects
- ✅ Support for displaying/hiding the scrollbar
- ✅ Support setting the message/notification display position