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

### Describe the bug 在nuget上更新的3.5.1 ,还是存在这个问题 https://github.com/HandyOrg/HandyControl/issues/1444。 我在.net framework4.6.1\4.6.2\4.7\4.8上面都试过了,都存在 ### Steps to reproduce the bug VS .NET 4.5 4.6环境,nuget 3.5.1版本。 vs选择any cpu调试 ### Expected behavior _No response_ ### Screenshots _No...

在项目中使用控件中的窗体时,最大化后,窗口底部会占用一部分通知栏,因为我的通知栏是透明的,所以看得出来被侵占了,或者在Topmost为True时也可以看出来,占用8个像素点。这种问题应该怎么处理? ![微信图片编辑_20240508114101](https://github.com/HandyOrg/HandyControl/assets/44610328/0ba359c3-23d9-471b-a1cf-3bb5fb3660e8)

### Describe the bug - Under .NET8 - Nuget Version is 3.5.1,Name is HandyControl - System Version is Win11 22H2 22621.3447 Available when handyControl:FloatingBlock.Content is set, invalid when ContentTemplate is...

### Binding error reproduce: https://github.com/HandyOrg/HandyControl/assets/4510984/3cabb317-a433-420a-9bfc-ab84f15722b8

### Describe the bug PasswordBox 密码框显示密码MaxLength失效。 ### Steps to reproduce the bug PasswordBox 密码框显示密码MaxLength失效。 ### Expected behavior PasswordBox 密码框显示密码MaxLength失效。 ### Screenshots PasswordBox 密码框显示密码MaxLength失效。 ### NuGet package version None ### IDE...

### Describe the bug ### Steps to reproduce the bug SideMenu控件没办法动态绑定数据吗?试了很久,是不是这个控件只能把菜单写死 ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version None ### IDE Visual Studio 2022...

![image](https://github.com/HandyOrg/HandyControl/assets/51289052/e4f974b1-f221-4054-a219-ccc8076583ec) ![image](https://github.com/HandyOrg/HandyControl/assets/51289052/36b6a26f-ef9c-4338-8571-7fa5bc266a09)

### Describe the bug I need to access the underlying ScrollViewer used by the ListBox. When I don't use HandyControl, I can access it as expected but when I use...

### Describe the bug hc:Window 窗体在构造函数或 Loaded 函数中调用 this.Close(); 会导致报错 System.NullReferenceException:“Object reference not set to an instance of an object.” ### Steps to reproduce the bug ``` var window =...