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 我的WPF项目最初是基于.NET Framework4.6,后来升级到了.NET Framework4.8.1版本,我也尝试把HandyControl包从3.3.0更新到3.4.0,但是更新完之后运行程序就报异常了,以下是异常的详细信息: System.Windows.Markup.XamlParseException HResult=0x80131501 Message=未实现该方法或操作。 Source=PresentationFramework StackTrace: 在 System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) 在 System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings,...

### Describe the bug 在Demo的TabControl页面 单击选中一个标签页,松开鼠标后 再次左键按下选中当前标签页向前拖动 发现无法向前拖动,但是可以向后拖动 ### Steps to reproduce the bug 1. ### Expected behavior ![Uploading image.png…]() ### Screenshots _No response_ ### NuGet package version HandyControl 3.4.0...

:bug: bug

主程序集成HandyControl之后, 其他模块的页面如何使用, 才能保持统一风格

The link to doc_fr mentionned in the [wiki](https://github.com/HandyOrg/HandyControl/wiki) is broken. From what I could figure out : - BadNiiw is now @toonaii (based on discussion in #2) - No repository...

**Describe the bug** Subclassing from PropertyGrid renders it non-functional. Nothing is drawn anymore. **To Reproduce** `public class MyPropertyGrid : PropertyGrid {}` `` **Expected behavior** Subclassing should not change anything. -...

### Describe the bug `hc:SplitButton` `DropDownElement.ConsistentWidth` not work ### Steps to reproduce the bug ``` ``` ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version HandyControl...

### Describe the bug Trying to programmatically clear the autocomplete textbox using: `firstNameText.Text = string.Empty;` or `firstNameText.Text = ""` and also `firstNameText.PreviewTextInput -= firstNameText_Preview;` `firstNameText.Text = string.Empty;` `firstNameText.InvalidateVisual();` `firstNameText.PreviewTextInput +=...

### Describe the bug 如题,代码在下面 ### Steps to reproduce the bug ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version HandyControl 3.4.0 ### IDE Visual Studio...

hc:IconElement 建议增加 Icon 的 Foreground,Margin 属性。

建议Window样式中的AdornerDecorator层级覆盖整个窗口,操作将覆盖 目的:防止Dialog异步时,用户关闭窗口而Dialog中的异步操作任然继续执行。 建议加个样式可选,如下 ![image](https://user-images.githubusercontent.com/83648656/232308174-74115a1e-281c-4471-a38e-8e18df5e5abc.png)