HandyControl
HandyControl copied to clipboard
Contains some simple and commonly used WPF controls
### Describe the bug Like in title ### Steps to reproduce the bug 1. Add handycontrols to c# wpf 2. Create any combobox ### Expected behavior _No response_ ### Screenshots...
### Describe the bug hc:Window 鼠标对其进行拖动改变尺寸时,尺寸变化不丝滑,即使我窗体里面没有什么内容。而且有白色背景 ### Steps to reproduce the bug 1. 创建一个hc:Window 2. 直接用鼠标进行窗口尺寸变化 3. 可以和WPF自带WIndow对比
### Describe the bug When hitting the clear button on a textbox, the text is cleared, but the bindings don't get notified ### Steps to reproduce the bug 1. Enter...
Fixed a possible exception that raise if you close the children of the growl panel while a new child is added.
### Describe the bug 新建一个DataGrid,其中某列使用TextBlock显示长文本,该TextBlock设置TextWrapping属性为"Wrap",实际效果确实有折行,但是单元格高度固定无法自适应,该问题在3.2.0版本没有出现,在后续版本直到最新的3.5.1上都有问题。 ### Steps to reproduce the bug 1、新建一个DataGrid。 2、新增一列用于文本显示,添加一个TextBlock。 3、设置TextBlock的TextWrapping属性为"Wrap"。 4、为TextBlock的Text属性绑定一个长文本。 5、编译运行。 ### Expected behavior 期待能够在折行的情况下,Cell高度自适应。 ### Screenshots 正常的效果,3.2.0版本是正常的:  有问题的效果,3.2.0直到3.5.1有该问题:  ### NuGet package version...
弄一晚上连demo都跑不起来,弄得太复杂,各种报错。。。。。VS2022只能运行起来Avalonia里的demo,很多还没有内容
在我的开发电脑中是正常弹出Growl队列的,并且正常工作,部署到公司的内网电脑中,有些显示,有些不显示

### Feature request type sample request ### Is your feature request related to a problem? Please describe 建议参考一下WPFDevelopers控件库,增加一些应用制作过程中容易遇到的控件。 https://github.com/WPFDevelopersOrg/WPFDevelopers 这个库里边的有很多控件很有趣,但有的控价感觉比较耗性能,可以看下demo ### Describe the solution you'd like 其中有的还不错:截图控件,画布,可用于低代码的拖拉拽、调整大小功能,地图控件,验证码,TaskbarItemInfo等 ### Describe alternatives...