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

1. WPF's GridSplitter is not themed ![image](https://user-images.githubusercontent.com/14368203/137639543-453e4887-0b16-4875-a675-f4d5e1b1ab3b.png) 2. Selected/Active `TabControl` header foreground color is probably too dark. Its kinda hard to read. I think it would be better if its...

:factory: enhancement
:thinking: pending discussion

1. Work like combobox 2. Preview color as background or small box. 3. Show color value text. 4. 取色器支持自定义代码实现。目前的取色器 ![image](https://user-images.githubusercontent.com/1972649/113831840-9ede1d80-97ba-11eb-863d-c51e300d2c68.png) 只支持在当前窗口里取色,不支持桌面任意位置。 5. 确定和取消按钮的位置,和MessageBox里是反的,感觉统一一下比较好。 ![image](https://user-images.githubusercontent.com/1972649/113831639-676f7100-97ba-11eb-9311-87acf99691e7.png)

:factory: enhancement

Each property set can be placed in a TabItem instead of a group box. The existing property grid is cool but may not always be easy to use because its...

:factory: enhancement

**Describe the bug** When I initialize ItemsSource which all items are selected, CheckComboBox unselects all the selected items. As I traced SelectionChanged event, all selected items are added initially, but...

Hey 🖐, I was looking for changing color of the Handy's TabControl, and found that a `Background="{DynamicResource SecondaryTextBrush}"`, [**TabControl.xaml**-_Line 84_](https://github.com/HandyOrg/HandyControl/blob/5dcb6dc64915d66a8bb2f16ba68373587a1fa7ff/src/Shared/HandyControl_Shared/Themes/Styles/TabControl.xaml#L84). Isn't that wierd to link a background to a TextBrush...

**Is your feature request related to a problem? Please describe.** Is there any way to visually show the column resize handles in DataGrid? I would like to show a subtly...

:factory: enhancement

Is it possible to have a bunch of radiobuttons in a button group and bind the button group to an enum. Eg: Say there are three radiobuttons in a button...

:factory: enhancement

**Describe the bug** I have used the following way to bind my label ```csharp ``` I have the following keys in my Lang.resx = "Idle", "Searching" whose values are also...

**Describe the bug** hc:Window的继承类,如果在XAML中设定了SizeToContent="WidthAndHeight",在OnLoaded或者 OnSourceInitialized 里面修改SizeToContent为Manual会无效,窗口还是会自动变化。 **产生原因:** https://github.com/HandyOrg/HandyControl/blob/4735ebc812a3e4e264cd13865f512e0b360b154d/src/Shared/HandyControl_Shared/Controls/Window/Window.cs#L313 会导致在OnLoaded、OnSourceInitialized 之后SizeToContent更新一次,使得在这两个方法中设置的SizeToContent和窗口Width、Height被覆盖。 **解决办法** 在XAML中去掉SizeToContent属性设置,或者修改为非WidthAndHeight的值。

**Is your feature request related to a problem? Please describe.** When I want to have multiple resizable and collapsible children in a parent I cannot use either a grid or...

:factory: enhancement