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

The height of button do not adapt properly on designer that view. This works when I run the program _but not 'quite' in the designer view_. example: ``` ``` In...

### Discussed in https://github.com/HandyOrg/HandyControl/discussions/1036 Originally posted by **GF-Huang** October 30, 2021 The `hc:PinBox.Password` property is not a `DependencyProperty`.

:factory: enhancement

希望TabControl能增加文本居中功能,并设置图片居中 ![image](https://user-images.githubusercontent.com/19771349/149625608-9acebc13-1c3f-48de-b786-e496c10ac875.png)

不知道这是BUG还是故意设计成这样的。 当Pagination 页码是个位数、两位数和三位数时,页码按钮宽度会随之变化,导致整个页码条超出窗口边界,被遮挡。 ![image](https://user-images.githubusercontent.com/13826910/148891685-137274ad-0035-4b19-8d67-6901193df88b.png) 个位数 ![image](https://user-images.githubusercontent.com/13826910/148891793-f7447a21-780b-4a44-ad9d-f5546b25e047.png) 两位数 这种变化的宽度会给设计带来很多麻烦事。建议考虑按钮的宽度设置成固定或指定宽度。 HC Version 3.3 Windows 10 VS 2022

The system menu that appears when you left click on the title bar icon has the style set by windows system or native wpf, I don't know exactly. Can we...

1. 现在Growl只能从右到左滑入展示,从下到上消失。建议参考PPT中的动画增加展示和消失的动画效果,例如任意方向滑入、渐入渐出等。 2. 建议增加自定义超时展示,超时后消失`Growl.Error(“xxx”, timeout: xxx)` 3. 建议增加自定义图标 如下是一个比较好的参考: [https://github.com/Federerer/Notifications.Wpf](https://github.com/Federerer/Notifications.Wpf)

In default, set `Window.SizeToContent` to `Width` or `Height` or `WidthAndHeight`, when the content size changed, the window will not re-center to screen or owner. After add this attached property, it...

:factory: enhancement

Currently the hc:combobox autocompletes only by filtering text using 'StartsWith' like logic, there should be an option to search text with 'Contains' like logic, Syncfusion comboboxAdv has this feature.

Hi, I would like to have a new feature in Transfer, cause the problem is, as the GIF show it, there are no priority on selected items transfered: What i...

**Describe the bug** when the mouse click the datagrid last row‘s frist checkbox,row can't be checked. **To Reproduce** Steps to reproduce the behavior: 1. Move mounse to datagrid last row...