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

In my WPF library, I've included the HandyControl source code as a shared project. However, when I compile the project, an error occurs indicating that it cannot find "Shared\HandyControl_Shared\Input\SimpleMouseBinding.cs". how...

### Feature request type enhancement ### Is your feature request related to a problem? Please describe 现有的属性有点少,控制不是很灵活 ### Describe the solution you'd like 增加 fontfamily,fontsize, fontcolor titleheight ### Describe alternatives...

从web前端转型过来发现组件很少,交互也很少,能不能参考antd把组件进行完善,让组件更加强大,交互更加友好 https://4x.ant.design/components/overview-cn/

### Describe the bug ![image](https://github.com/HandyOrg/HandyControl/assets/49146231/d58d9eb9-6d76-4368-842b-f0cb4b69bf95) ![image](https://github.com/HandyOrg/HandyControl/assets/49146231/40b9e028-37de-4e35-a06b-d849f5ff22f8) ### Steps to reproduce the bug Using titleelement on combo components ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version...

### Describe the bug NumberTextBox 控件,设置Increment=0.1d,DecimalPlaces=2, 点击增加箭头,逐个增加数值。无法显示2.30,显示的是2.29; ### Steps to reproduce the bug 调试中发现: Math.Truncate(230d)/100 2.3 Math.Truncate(Math.Pow(10,2)*2.3)/Math.Pow(10,2) 2.29 Math.Truncate(230d)/100d 2.3 ### Expected behavior _No response_ ### Screenshots _No response_ ###...

### Feature request type enhancement ### Is your feature request related to a problem? Please describe 目前发现DataGrid中DataGridComboBoxColumn列只能绑定枚举类型,希望增加能绑定List功能 ### Describe the solution you'd like ### Describe alternatives you've considered _No response_...

TabItem的属性Visibility="Collapsed",这个item就会出现一个黑框,并没有收起来,该怎样解决! ![image](https://github.com/HandyOrg/HandyControl/assets/16473101/8f081ee2-c860-4b53-96f2-40c3f887a1f4)

### Describe the bug 点击报错 ### Steps to reproduce the bug System.Windows.Markup.XamlParseException:““#FFFFFFFF”不是属性“Color”的有效值。 ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version None ### IDE _No response_...

我用的3.4版本,使用 "HandyControl.Controls.Growl.InfoGlobal("message")"也是遇到了相同的问题.有解决方案么?不用Global正常. _Originally posted by @342241794 in https://github.com/HandyOrg/HandyControl/issues/1186#issuecomment-1982784546_

### Describe the bug 背景,仿微信好友列表,需要在列表项头像嵌套个Badge用于标记未读消息数 当列表数导致项目绘制范围超出Listbox或ListView可视范围会爆出ControlTemplate无法找到Border 目前我的解决办法是吧Badge相关源码复制到项目中将BadgeBaseStyle中17-26行代码删除,就不再出现以上错误 ### Steps to reproduce the bug 1、创建个WPF项目 2、创建个UserControl,将Badge嵌套在Image上 3、WPF窗口创建个ListBox或ListView控件 4、引用UserControl并填至Listboxitem或Listviewitem中 5、使Listbox或listview列表内容溢出可视区域 6、bug重现 ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet...

:bug: bug