HandyControls icon indicating copy to clipboard operation
HandyControls copied to clipboard

Contains some simple and commonly used WPF controls based on HandyControl

Results 40 HandyControls issues
Sort by recently updated
recently updated
newest added

### Describe the bug NonClientAreaContent can not drag window. ### Steps to reproduce the bug 1. Create a simple `hc:Window` 2. Add `hc:Window.NonClientAreaContent` (content is `Menu`) 3. Try drag the...

### Describe the bug HandyControls v 3.4.1 (however exists on 3.3.11 as well) Using a CheckComboBox (CheckComboBoxPlus style) with "Clear" and "All" buttons enabled, see that when i click on...

1. Would be very nice if the PersianCalendar control would be able to render both Gregorian and Persian calendars based on may be a **DependencyProperty** like **IsGregorian**? That would be...

enhancement

Hi. HandyControls (custom version) introduces custom buttons, that can be created using code like this: ```cs MessageBox.Show(new MessageBoxInfo { Message = "Message", Caption = "Title", ConfirmContent = "Ok!" }); ```...

enhancement
Feature requests

### Describe the bug On Windows 10 20H2 there is a theme mode call custom with allow user setting start menu theme and app theme separately. The app theme follows...

### Describe the bug When I set the ResizeMode of the window to CanMinimize, I set the ShowMaxButton to False, which makes it impossible to click the icon on the...

Hi, i think that handycontrols should have theme change animation like winui, because now it's only changing color without any effect, and it looks really bad.

Hi! I think that MessageBoxes should have backdrop effect too, that'll be very useful.

Since this project is based on the official version and receives all its changes, in order to prevent code interference and rework, Please only mention issues related to the unofficial...

**Describe the bug** I tried running "LangProvider.tt" in .Net6 to generate LangProvider.cs, but I found that the template doesn't work in .Net6. This seems to be because .Net6 core library...