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

修复以上两个字段中的正则表达式括号不匹配问题

右键标签页时,仅弹出上下文菜单,但是不要跳转到标签页。即:行为应该和Chrome浏览器一样。

### Describe the bug 如果点击最大化按钮,那么一切正常,如果拖拽窗口到屏幕顶部使其最大化,那么窗口溢出屏幕,效果相当于 Margin="-4"。 ### Steps to reproduce the bug 新建空白项目,使用 `hc:Window`,拖拽窗口到屏幕顶部使其最大化。 ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version HandyControls (Custom version)...

### Describe the bug TabItem custom header foreground does not change dynamically. ### Steps to reproduce the bug ```XAML ``` ### Expected behavior The effect should be equivalent to this:...

### Describe the bug Hi. I have this, example window: ```xml ``` And, it closes immediately, without animation. (Open animation works fine) ### Steps to reproduce the bug 1. Create...

This will fix #1206

:factory: enhancement

### Describe the bug Window in minimized view has a weird black line at the top. ### Steps to reproduce the bug Just create window. I used this code: ```xml...

new version of XamlCombine.exe released as a MS-Build Task https://github.com/batzen/XAMLTools sample https://github.com/batzen/XAMLTools/tree/develop/src/tests/XAMLTools.WPFApp there is no need to use Theme.txt file

:factory: enhancement

![image](https://user-images.githubusercontent.com/22129824/177955292-ecd18cdd-c176-4f06-84fb-f526689079b0.png) 在源码中看到是在`ScrollBarBaseStyle`中设置的滚动条颜色,请问如果我要修改为自己定义的颜色,最简单的方法是什么? 目前我能想到的方法就是把ScrollViewer的整个样式从源码中复制到自己的工程再修改一下,但是这样做感觉效率有点低

You should use the `DefaultStyle` property to provide default appearance and let user to use the `Style` property to modify it. Now you occupied the `Style` property, so we can...