Tom
Tom
很高心你能喜欢,你说的应该都包含 1、窗体加载子窗体 > `TopLevel = false` 即可完成,但这与 `UserControl` 拉不开差距 2、主窗体,分割布局, > 系统自带的布局容器 `TableLayoutPanel` 与 `FlowLayoutPanel` 早已满足各种布局方式 `并且具有极高的性能`,只是需要自己拖,而不是界面库帮你拖 `没有中间商会让你的软件效率更高` 3、主菜单 > [Menu 导航菜单](https://gitee.com/antdui/AntdUI/wikis/%E6%8E%A7%E4%BB%B6/Menu),支持横向,纵向 4、表格控件 > [Table 表格](https://gitee.com/antdui/AntdUI/wikis/%E6%8E%A7%E4%BB%B6/Table) 5、datagridview > [Table 表格](https://gitee.com/antdui/AntdUI/wikis/%E6%8E%A7%E4%BB%B6/Table),AntdUI...
> @EVA-SS In contrast to .NET Framework projects, WinForms designer for .NET projects uses a completely different architecture. It spawns an external process to load .NET assemblies and resolve types....
Here, after trying to reference the [WinForms designer SDK](https://www.nuget.org/packages/Microsoft.WinForms.Designer.SDK), only `System.ComponentModel.Design.DesignerActionList` can be recognized normally on the Core project. Many `UITypeEditor` still do not support it, including `override bool GetPaintValueSupported`...
Hey guy, it's obvious that this goes beyond the scope of **Antd**. This is an open-source project that you can contribute to, and `Winforms` is not something that `Css` can...
If someone is willing to pay for your ideas, you can wait for the right person. I think most people have already abandoned this outdated and troublesome framework. The project...
UI library follows Ant design's color configuration. Please modify the color theme yourself. Conduct thorough testing and comparison before raising an issue 
Modify the color of the Button, all colors can be controlled. The document states that the control currently does not support setting different themes, which is a huge project (simple...
 Released in [nuget 1.9.11](https://www.nuget.org/packages/AntdUI/1.9.11), Add ColorScheme property for each control
DataTable 可使用 BindingSource 绑定源,**具体框架Demo如 [WenAntdUI](https://gitee.com/AntdUI/wen-antd-ui)** --- 不修改class可使用插槽实现UI,可用于格式化/UI美化 