steveyan00

Results 3 issues of steveyan00

### Describe the bug 当设置hc:TextBox的属性ShowClearButton=true,Text Binding变量类型为int等不可为null的类型的情况时,点击清除按钮会引起无法消除的错误异常. ### Steps to reproduce the bug 1. MainViewModel中public int IntVar; 2. 3. 点击Clear按钮. 4. 文本框变红,且不可消除. 错误信息:ConvertBack cannot convert value '' (type 'String'). BindingExpression:Path=IntVar; DataItem='MainViewModel'...

使用hc:Window来作为窗口控件并自定义NonClientArea背景色。 ![image](https://user-images.githubusercontent.com/13826910/112420985-2ebaab00-8d69-11eb-9265-e298b074695c.png) 如图所示,窗口最下面的边框是白色的,其他三面的边框是深色的。在vs的设计器中看不到这一现象,但生成后运行就会出现。 尝试过: - blackground="Black"-无变化,无效 - BorderBrush="Black"-无变化,无效 - BorderThickness="0"-无变化,无效 - 删除NonClientArea相关属性配置-无变化,无效 - 将hc:Window换成wpf原生window-白线消失,有效 请问如何解决这一问题? 我观察到,源代码中提供的示例也有这条白线存在: ![image](https://user-images.githubusercontent.com/13826910/112422040-3aa76c80-8d6b-11eb-81bc-b85038884951.png) 请注意背景图案与边框间的白线。 我使用的是Nuget上的3.1版本,使用HandyControl的默认样式, 环境为 Windows 10 20H2 .net 5.0.201 vs 2019 社区版

不知道这是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