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

I try to us ItemSource to dynamicly create Sidemenu under MVVM pattern, But it doesn't work. Does sidemenu support it? If yes, how to achive it?

:factory: enhancement

### Describe the bug hi, i've done the installation steps as it's told in main page(readme) but after that i cannot add the controls into my wpf application. And Visual...

ConfigHelper.Instance.SetLang(new LangProvider); //SetNewServiceProvider public void SetNewServiceProvider(ILangProvider provider) { LangProvider.SetLang(provider); }

### Describe the bug 在使用Pagination时,发现一个问题 BUG ### Steps to reproduce the bug 在使用Pagination时,发现一个问题 场景: 页面布局是 DataGrid 上面是各种筛选框,下方是 Pagination XAML代码:` ` ![image](https://github.com/HandyOrg/HandyControl/assets/1246117/80553c0d-53b6-40d5-90ee-0d0b2df58b30) 1、先是通过 Pagination 进行分页切换并读取相应数据到 DataGrid 2、然后使用筛选框进行数据筛选,并将 ViewModel 里的 PageIndex 重置到...

### Describe the bug handycontrol 软件打开一个代码弹窗,运行的久了之后,代码弹窗关闭不了了。 ### Steps to reproduce the bug 1. 打开handyControl.exe 2. 随便找个例子打开代码弹框 3. 放置数小时之后再看。 ### Expected behavior 点击别处可以正常关闭代码弹框。 ### Screenshots _No response_ ### NuGet package version...

当前最小化窗体时,点击托盘和右键菜单显示主面板都没反应。显示主窗体较合理。

### Describe the bug 这个bug在我自己电脑的win10上没有问题,在win11上会出现这种情况,试了几台都是如此。 ### Steps to reproduce the bug 在任意Xaml中写入`` ### Expected behavior ![image](https://github.com/HandyOrg/HandyControl/assets/83832779/0acbc542-e800-48d3-805d-e74b9f5847da) ### Screenshots ![image](https://github.com/HandyOrg/HandyControl/assets/83832779/bf544e62-8d65-4d4a-99b9-15124ae9e16e) ### NuGet package version HandyControl 3.4.0 ### IDE Visual Studio 2022...

### Describe the bug Mouse enter event not fired when moving the mouse enter the drawer control. In fact, all kinds of mouse events are not working. ### Steps to...

### Describe the bug If you click on a blank position or MenuItem, you need to click twice on the ContextMenuToggleButton to open the menu next time. ![动画2](https://github.com/HandyOrg/HandyControl/assets/7220248/5155b254-b40a-4e1b-80b9-31c4fd46924d) ### Steps...

HandiControl 提供了 `ContextMenuToggleButton`,它能通过鼠标左键切换打开菜单,`SplitButton` 也支持打开下拉项(“菜单”),但是它的行为类似于平时的右键菜单行为,不论 `DropDown` 是否打开,右键都将重新打开 `DropDown`,我希望当 `DropDown` 打开时,再次点击鼠标左键,将收起 `DropDown`。 现在的临时解决方法是这样: > HandiControl provides `ContextMenuToggleButton`, which can open the menu by left mouse button toggle, `SplitButton` also supports opening dropdown...