HandyControl
HandyControl copied to clipboard
Contains some simple and commonly used WPF controls
### Describe the bug 版本:HandyControl 3.5.0 并没有开启清除按钮,但是会报错 ### Steps to reproduce the bug ` ` ### Expected behavior _No response_ ### Screenshots  ### NuGet package version None ### IDE...
### Describe the bug [Virtualization](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/advanced/optimizing-performance-controls#displaying-large-data-sets) is broken for ListBox but it is working as expected for ListView. ### Steps to reproduce the bug See the demo project I've created to...
### Describe the bug 管理员: 您好,我第一次使用咱们的框架,但是现在基础的功能都引入了,但是给按钮特殊的样式,系统无法正常运行; controls:BorderElement.CornerRadius="15" 开发工具是VS2022; 运行环境是.NET 8; 操作系统是WIN10; 请帮助指点我应该如何处理;    ### Steps to reproduce the bug 管理员: 您好,我第一次使用咱们的框架,但是现在基础的功能都引入了,但是给按钮特殊的样式,系统无法正常运行; controls:BorderElement.CornerRadius="15" 开发工具是VS2022; 运行环境是.NET 8; 操作系统是WIN10; 请帮助指点我应该如何处理; ###...
### Describe the bug 发现一个bug ,使用 HandyControl.Controls.Dialog.Show()展示模态框时,会替换父窗体内TreeView的背景色,尤其暗黑模式下会替换为白色背景 ### Steps to reproduce the bug 1.使用 HandyControl.Controls.Dialog.Show()展示模态框时, 2.会替换父窗体内TreeView的背景色,尤其暗黑模式下会替换为白色背景 ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version None...
### Feature request type sample request ### Is your feature request related to a problem? Please describe html中的table标签功能,表格布局,还要支持跨行跨列,并且设置显示表格线条。 可以动态添加子控件(或单元格)设置行、列以及跨行跨列属性。表格的线条根据跨行跨列去绘制西那条。 ### Describe the solution you'd like 项目需要显示传统表格样式,目前我使用grid嵌套,内部通过绘制线条方式显示,这种方式比较臃肿,而且不能动态生成,只能固定布局。 ### Describe alternatives you've...
Replace {StaticResource DefaultCornerRadius} to {DynamicResource DefaultCornerRadius} #1515
### Feature request type enhancement ### Is your feature request related to a problem? Please describe 在引用HandyControl的项目中修改DefaultCornerRadius不起作用 ### Describe the solution you'd like 所有使用DefaultCornerRadius资源的控件样式中都是通过StaticResource来引用的,为什么不用DynamicResource呢? ### Describe alternatives you've considered _No...
### Describe the bug When am adding title to the textbox and try to change the foreground color or background color of title it is not applicable. Below is the...
我想在Transfer的 左侧进行查询数据库数据,移到右侧便是一个接口调用,请问怎么在右侧初始化数据? NuGet 3.4.0