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 NumericUpDown 使用键盘输入数据不触发ValueChanged事件。3.3版本之前不会有此问题,3.3版出现。 ### Steps to reproduce the bug ` ` ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version _No response_ ###...

之前有人提出用鼠标中键关闭标签页,但是TabItem是3D视图的话,在content 按下中键 ,本来是希望视图旋转的,但是造成了关闭标签,希望开放Midbutton的选项

:factory: enhancement

I'm trying to long press the NumericUpDown control arrows to let the value change automatically. But it seems the control doesn't have this function. Is it possible to add this...

:factory: enhancement

### Describe the bug 使用AutoCompleteTextBox 时,输入中文时程序崩溃。 ### Steps to reproduce the bug 在Demo测试也必现 ### Expected behavior _No response_ ### Screenshots ![image](https://user-images.githubusercontent.com/2329528/162910834-e08815ba-5511-4a80-9b61-8f12b81919ee.png) ### NuGet package version HandyControl 3.3.0 ### IDE Visual...

### Describe the bug This function always plays the animation from where the last animation ended rather than the actual starting point. Suppose the last animation ended at HorizontalOffset 100....

### Describe the bug DataGrid设置百分比列宽,并且ItemSource为空的情况下,并不会显示列标题 ### Steps to reproduce the bug 1. 设置DataGrid所有列均为百分比宽度 “*” 2. 不设置ItemSource 3. 启动 ### Expected behavior _No response_ ### Screenshots ![Snipaste_2022-06-01_10-47-27](https://user-images.githubusercontent.com/35208018/171317601-57e343f7-f5ea-4279-abd0-e57c2f1f6ab4.jpg) ### NuGet package version...

![image](https://user-images.githubusercontent.com/15365329/65507956-a8b66d80-df01-11e9-8c27-25f35b56ee3e.png)

:bug: bug
:pray: help wanted

### Describe the bug 将窗体设置为最大化时调用Global.ErrorGlobal()等带有Global的方法会出错 ### Steps to reproduce the bug 1、将窗体设置最大化 2、发送Growl信息通知 ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version _No response_ ### IDE...

public double MouseWheelDelta { get { return (double) GetValue(MouseWheelDeltaProperty); } set { SetValue(MouseWheelDeltaProperty, value); } } /// /// 鼠标滚动补偿 /// public static readonly DependencyProperty MouseWheelDeltaProperty = DependencyProperty.Register("MouseWheelDelta", typeof(double), typeof(ScrollViewer), new...