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 InfoElement doesn't work on AutoCompleteTextbox ### Steps to reproduce the bug Try adding InfoElement to AutoCompleteTextbox in XAML ### Expected behavior InfoElement works on Combobox and...

使用如下的方式显示出来的MessageBox还是在屏幕中心 ![image](https://user-images.githubusercontent.com/54087448/189314124-f9adcbb2-d4e6-4ac3-82d9-5bf6533cb6e9.png)

### Describe the bug Hi! In [https://ghost1372.github.io/handycontrol/theme/handyControl](your examle) `internal void UpdateSkin(SkinType skin) { SharedResourceDictionary.SharedDictionaries.Clear(); ResourceHelper.GetTheme("HandyTheme", Resources).Skin = skin; Current.MainWindow?.OnApplyTemplate(); }` But there is NO GetTheme() witn two arguments, When press...

### Describe the bug `hc:TextBlockAttach.AutoTooltip` does not work in `hc:SimpleText`, It works only in `TextBlock`. This does not make sense, after all, `hc:TextBlockAttach.AutoTooltip` and `hc:SimpleText` are from HandyControl. Also, it...

this failure only show when user input any value to textbox AdornedElementPlaceholder, Name='adornedElementPlaceholder' AdornedElement.(0)[0].ErrorContent TextBlock.Text String Failed to get value. ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid...

### Describe the bug ListView 绑定的数据无法进行正常显示如下图: ![image](https://user-images.githubusercontent.com/8773178/186356777-10ec3024-35d9-44f7-8eb3-e81a6d2d9b48.png) 这是我的测试代码 [ListView.zip](https://github.com/HandyOrg/HandyControl/files/9413959/ListView.zip) ### Steps to reproduce the bug **xaml 代码:** ``` ``` c# 代码 ``` public partial class MainWindow : Window { public...

大神有没有考虑做个.net maui的版本控件库出来?O(∩_∩)O

目前属性页字段排序 有两种(名称和类别)能不能增加类似一个sort的字段在这个基础上进行排序,或者能否把排序的方法暴露到外部?

### Describe the bug `hc:WindowAttach.IsDragElement="True"` does not work when the window is maximized. ### Steps to reproduce the bug 1. Create a `` 2. Maximize the window 3. Try drag...