CodingNinja
CodingNinja
### Describe the bug `hc:TextBlockAttach.AutoTooltip` does not work in `hc:SimpleText`, It works only in `TextBlock`. This does not make sense, after all, `hc:TextBlockAttach.AutoTooltip` and `hc:SimpleText` are from HandyControl. Also, it...
### Describe the bug `hc:WindowAttach.IsDragElement="True"` does not work when the window is maximized. ### Steps to reproduce the bug 1. Create a `` 2. Maximize the window 3. Try drag...
`ErrorTemplate` is not aligned with `TitleElement.TitleWidth`,but `HandyControl` is aligned. **HandyControls**:  **HandyControl**: 
### Environment - Visual Studio version: [17.8.0、17.8.1] **(Older versions of Visual Studio don't have this problem)** - CodeMaid version: [12.0] - Code language: [XAML] ### Description Format-on-save feature causes xaml...
### Environment - Visual Studio version: 2022 - CodeMaid version: 12.0 - Code language: C# ### Description I enable: `Inserting a space before a single line comment`, For the most...
Like to `JsonPropertyOrderAttribute` to customize the order of fields in the database.
### Describe the bug 移动鼠标指针到 `hc:TextBox` 的边缘(靠近 Clear 按钮处),发现 ClearButton 快速闪烁。 这个问题有些控件可以通过设置 `UseLayoutRounding=False` 来解决,但是这个方法对 `hc:TextBox` 无效。  ### 更新 我发现官方 Demo 也会有这个问题。  ### Steps to reproduce the bug ```xaml...
### Describe the bug hc:TitleElement.MarginOnTheTop not found. ### Steps to reproduce the bug 重写 `TextBoxPlusTopTemplate` 样式时,发现缺少 `hc:TitleElement.MarginOnTheTop` 属性,但我看 GitHub 代码库中是存在的. ### Expected behavior _No response_ ### Screenshots _No response_ ###...
触发器似乎忘记处理 Title 了,导致界面整体禁用(`IsEnabled=False`)变灰后,Title 的文字仍然很显眼。 此问题包括 `ReadOnlyComboBox` 及任何支持 `hc:TitleElement.Title` 的控件。 https://github.com/HandyOrg/HandyControl/blob/babf40e59fe9e57eb185e4658ce46036610083f9/src/Shared/HandyControl_Shared/Themes/Styles/Base/TextBoxBaseStyle.xaml#L194
### Describe the bug If you click on a blank position or MenuItem, you need to click twice on the ContextMenuToggleButton to open the menu next time.  ### Steps...