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

功能同https://www.codeproject.com/articles/43074/wpf-custom-combobox 上面链接的功能基本实现了,如果能界面颜色适配HandyControl就好了 ![WpfCustomComboBox1 1](https://user-images.githubusercontent.com/3248918/231445890-4662abf0-4c7f-418f-8c6c-1d6673f3838d.png)

依赖项属性中没有transferitems或者selecteditems之类的 使用的.Net 6.0 hc版本 3.4.0 我查看了transfer,在描述中transferitems明明是依赖项属性 却没法设置,该值只读

### Describe the bug .net版本为“net45”,项目类型为“类库”,新建空白窗体,提示未能正确加载程序集,经过测试必须添加“hc:Shield”和对应的“click”事件,程序运行正常, ### Steps to reproduce the bug 1. 第三方程序加载“dll”,比如“AutoCad” 2. 创建窗体并显示“new Window1().Show();” 3. 程序抛出异常 备注: 经过测试与试验,只有在添加“hc:Shield”控件同时必须添加对应的“Click”事件,程序可以正常运行,着实费解 ### Expected behavior _No response_ ### Screenshots xaml代码 ![image](https://user-images.githubusercontent.com/79854911/218386511-9540b45d-11fc-4c2a-813b-2ec2da7a4935.png) 异常截图...

**Is your feature request related to a problem? Please describe.** ![a](https://user-images.githubusercontent.com/28301870/229279839-7d8c4140-6e55-4726-bde3-77e3865dee82.png)

### Describe the bug Pagination 编辑模板会导致PageUpdated失效 ### Steps to reproduce the bug 1.选择Pagination控件 2.编辑模板,但是不更改任何模板内容 3.启动项目,选择页码,比如共10页,直接点击第3页 4.会发现Pagination控件上的页码改变,但是datagrid内容不改变,且进入函数 5.控件不引用模板style,datagrid内容改变且进入函数 ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version...

**Is your feature request related to a problem? Please describe.** https://handyorg.github.io/handycontrol/extend_controls/numericUpDown/ 对这个控件添加 hex 格式支持。 嵌入式等开发者很需要这类的支持。 **Describe the solution you'd like** numericUpDown 添加 FormatString 和 NumStyle 的支持。 **Describe alternatives you've considered**...

请教下当ComboBox 设置IsEditable为true的时候 如何点击不点击按钮(点击输入框)就可以出现下拉框,并且选中后可以定位焦点到输入框呢

### Describe the bug https://github.com/HandyOrg/HandyControl/blob/8e707a66a92868ba63d6083e8953164f0f18f0e5/src/Shared/HandyControl_Shared/Controls/Window/MessageBox.cs#L139 MessageBox在关闭的时候会恢复弹窗前的焦点窗口,这可能有点不是很合适。 如果弹窗显示过程中,用户切换到了其他程序,关闭弹窗会导致正在使用的程序丢失焦点。 ### Steps to reproduce the bug NA ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version None ### IDE...

### Describe the bug ## hc:Window ![image](https://user-images.githubusercontent.com/4510984/196500817-5820844c-2496-4396-8195-1699cf8109f3.png) ## Window has no this issue ![image](https://user-images.githubusercontent.com/4510984/196501349-02256772-fe9d-45f6-b712-424b180a9a40.png) ### Steps to reproduce the bug Just change `Window` class to `hc:Window` of default WPF project...

**扩展需求:扩展TreeView 树视图** 目前HandyControl采用的TreeView似乎是原生控件,但其实TreeView在做笔记类软件,文件管理类软件还是蛮常用到的 **功能建议** 1. **多节点复选** 2. **(多节点)拖曳,移动** 3. 节点重命名 4. 节点标题检索,甚至包括节点内容 5. 导入导出 6. 更多的样式设置 7. 更舒服的动画效果 8. 支持成千上万节点的虚拟化方案 9. 更方便易用的滚动条定位 10. 删除节点到垃圾箱 11. 更加便利的数据持久化方案,**对象整体保存**等等