HandyControl icon indicating copy to clipboard operation
HandyControl copied to clipboard

Contains some simple and commonly used WPF controls

Results 246 HandyControl issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** _See #1285 for more details_ Raising here to allow separate tracking. Allowing `ShowConfirmButton` on `ListClock`, and setting it to `false`...

### Describe the bug When specifying an unknown editor type on a Property we get a `NullReferenceException` when assigning to a `PropertyGrid` ### Steps to reproduce the bug Create a...

Hi there First of all please have a look about below screenshot ![image](https://user-images.githubusercontent.com/54832272/197679205-5a9df2c1-43ce-45ff-8c72-77bb8b05491f.png) It looks weird coz the value is empty and here is nothing to clear. What do you...

:factory: enhancement

### Describe the bug 如题 当使用BlurWindow的时候,拖拽窗口会出现卡顿现象,或少数情况出现画面渲染异常。 ### Steps to reproduce the bug No ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version HandyControl 3.3.0 ### IDE...

### Describe the bug 笔记本电脑一般屏幕缩放比例一般都是125%或者150%,截图的时候没有考虑这个问题,导致最后截取的图片范围比实际选择的区域要小很多 ### Steps to reproduce the bug 1、笔记本电脑缩放比例调节到150% 2、测试截图demo ### Expected behavior 弹出的截图窗口中的图片比实际选择范围要小 ### Screenshots _No response_ ### NuGet package version HandyControl 3.4.0 ### IDE Visual...

### Describe the bug 我在 .net core 3.1 WPF 项目中已经引入了 HandyControl,但是 Button 中无法写 controls:BorderElement.CornerRadius 属性。 (环境 win10, vs2022) ### Steps to reproduce the bug ![image](https://github.com/HandyOrg/HandyControl/assets/50985469/34e0f9cb-e671-4996-abf2-b1ccb8c532af) ### Expected behavior _No response_...

### Describe the bug 设置ShowContextMenu="False" ,不显示右键菜单,但点击右键菜单后,此时是没有显示菜单的,但关闭这个TabItem 后,菜单就莫名显示出来了 ### Steps to reproduce the bug ``` c# ``` 先点击后台,再点击关闭按钮,菜单必现,而且菜单还是英文的,与设置的语言不符 ### Expected behavior _No response_ ### Screenshots ![image](https://github.com/HandyOrg/HandyControl/assets/157203458/eea31039-2edd-4854-9423-5a460f758ee5) ### NuGet package version None...

### Describe the bug WindowStyle=None 后窗体变成了直角,阴影也没有了 ### Steps to reproduce the bug 1.WindowStyle=None 2.窗体变成了直角,窗体阴影丢失,无法添加阴影 ### Expected behavior _No response_ ### Screenshots 预期的效果是这样的: ![image](https://github.com/HandyOrg/HandyControl/assets/157203458/ecd3475a-963e-4aa5-978e-f37de74351b5) 实际是这样的: ![image](https://github.com/HandyOrg/HandyControl/assets/157203458/86096296-fc79-43c6-9553-e88bc12d6e36) ### NuGet package version None...

I am getting the following exceptions thrown in my application. I am creating hc:TabControl TabItems programmatically because I want to be able to keep them in sync with my ListBox...