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 自定义TabItem样式的时候使用BaseOn"{StaticResource {x:Type hc:TabItem}}"找不到HandyControl.Controls.TabItem, 不知道为什么,3.2.0是可以的,3.3.0就不行了 ### Steps to reproduce the bug 下面是自定义的样式: ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version HandyControl 3.3.0...

### Describe the bug ![image](https://user-images.githubusercontent.com/4510984/162544616-4a1f5b76-bb00-4b3f-a89d-e042371707d7.png) ![image](https://user-images.githubusercontent.com/4510984/162544384-3d1229ee-2751-45e0-b6eb-79a461c3c5e4.png) https://github.com/HandyOrg/HandyControl/blob/0633da94459b3f636f2fe4263098b2cff9aa1b51/src/Shared/HandyControl_Shared/Controls/TabControl/TabControl.cs#L326-L336 ### Steps to reproduce the bug See **Describe the bug**. ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version...

**Is your feature request related to a problem? Please describe.** A rating control is often showing the overall ratings of all users and then let the single user rate for...

### Describe the bug 在ListBox或ItemsControl中使用 TimePicker,并将 TimePicker.Clock设置为ListClock时,运行后显示的是圆形表盘(Clock),在ListBox之外使用同样的代码,则可以正常显示。需要注意的是,虽然ListClock启动时显示错误,但热重载修改TimePicker的属性值,则ListClock显示正常。 HandyControl版本3.3.0,.net 5.0环境。 ### Steps to reproduce the bug 1.ItemsControl中重写ItemTemplate,TimePicker代码如下

### 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'...

Hi @NaBian Recently I was introduced to a new tool that is very useful I think it is useful to use it in hc this help us to configure project...

:factory: enhancement

Hello, I'd like to propose an important improvement for TransitioningContentControl: ### Actual: **TransitioningContentControl** does not transition with cool animation when `Content` dependency property changes. ### Expected: **TransitioningContentControl** should also transition...

:factory: enhancement

**Is your feature request related to a problem? Please describe.** The default langage is chinese. Some patern use the default langage of HandyControl, like error in `hc:TextBox`, `hc:PropertyGrid`. **Describe the...

The exception occurs at Messagebox.Show/Ask/Error etc calls. ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. **To Reproduce** Steps to reproduce the...

:bug: bug
:thinking: pending discussion

### Describe the bug 多屏时(单个屏幕也没法观察到),某些屏幕布局下,窗口最大化时会超出屏幕范围,在另外的显示上显示一个白边。 ![image](https://user-images.githubusercontent.com/1972649/160032984-345c5d3f-1c5d-46ba-816e-e64bbbc77802.png) 在另一个上: ![image](https://user-images.githubusercontent.com/1972649/160033004-cc3b9383-933a-4df1-88c1-58c3f0e57f37.png) 我本地测试的: ![image](https://user-images.githubusercontent.com/1972649/160033118-fc8243d6-e937-4562-bfdf-f78f63e120bc.png) 截屏的位置: ![image](https://user-images.githubusercontent.com/1972649/160033151-50851346-58d1-4702-98a9-b3580d0f037d.png) 两个同分辨率的屏幕水平放置似乎没有这个现象。 测试过HandyControlDemo的主窗口也是一样的效果。 ### Steps to reproduce the bug NA ### Expected behavior _No response_ ### Screenshots _No response_...