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

When hc:TitleElement.TitlePlacement="Top" Hope to provide a hc:TitleElement.Margin property

:factory: enhancement

Right now there is a an enum with light and dark values: `Themes.Light` and `Themes.Dark` And for switching to system theme we need to set `IsUsingSystemTheme = true`. How about...

:thinking: pending discussion

- 在dpi缩放比例为125%的情况下(Windows11)。 - 输入框内的内容或当前选项内容较长,超过输入框的长度。 - 会产生右侧边不可见的情况。改变窗口大小,右侧边会有时候可见有时候不可见。 https://user-images.githubusercontent.com/1972649/143376066-a5c35aa6-098d-49d9-a61b-7ee222ca8f20.mp4

:pray: help wanted

**Describe the solution you'd like** I would like a style similar to the ToggleSwitch but where the thumb color changes instead. Something like this (just that green thumb should be...

:thinking: pending discussion

完整报错消息:`无法在“System.Windows.Controls.ControlTemplate”的名称范围内内找到“PART_VerticalScrollBar”名称` 在符合下面的条件时,会触发异常: (1) ComboBox 本身或父控件通过`hc:ScrollViewerAttach.AutoHide="False"` 禁止滚动条自动隐藏。 (2) ComboBox 的选项数量足够多,让滚动条出现。 (3) 通过Style动态触发IsEditable属性的变化: ( 这里的目的是实现点击控件的时候变为IsEditable=true,选择选项之后取消IsEditable状态。) ```XAML ``` 效果: ![exception1](https://user-images.githubusercontent.com/1972649/133388854-c82a3d23-223c-4ece-bee3-7596d2e40298.gif) ## StackTrace ``` System.InvalidOperationException HResult=0x80131509 Message=无法在“System.Windows.Controls.ControlTemplate”的名称范围内内找到“PART_VerticalScrollBar”名称。 Source=PresentationFramework StackTrace: at System.Windows.Media.Animation.Storyboard.ResolveTargetName(String targetName, INameScope nameScope,...

:bug: bug

Hi 🖐, I will love to see a Breadcrumb control add to HandyControl. If it can helps you, I have found some open source project that create a Breadcrumb like...

:factory: enhancement

These are the problems that exist right now - [ ] GlowWindow CornerRadius - [ ] Windows 11 Glow Window Support (Show accent color on window borders) - [x] ~~Snap...

:factory: enhancement

![image](https://user-images.githubusercontent.com/43429385/144339374-649da276-40cb-4b16-a092-380cfef93049.png)

:factory: enhancement

**Describe the bug** 在做MEF插件开发时,在插件中使用 Dialog 时系统报错: System.StackOverflowException HResult=0x800703E9 Source= StackTrace: [] **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to...

鼠标框选范围和实际图片剪裁区域不符

:bug: bug