HandyControl
HandyControl copied to clipboard
Contains some simple and commonly used WPF controls
### Describe the bug 我同时使用了wpf-ui这个组件库和HandyControl的时候会发现这样的问题 ### Steps to reproduce the bug  ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version None ### IDE _No response_...
### Feature request type sample request ### Is your feature request related to a problem? Please describe 能否添加一个treedatagrid控件? ### Describe the solution you'd like 能否添加一个treedatagrid控件? ### Describe alternatives you've considered...
### 修改内容: 1. 轮播图在特性情形下渲染出错 2. 顺便增加事件 PageIndexChanged ### 渲染出错图 没有PageButton,并且翻页点击无效。 ### View `public MainWindow() { InitializeComponent(); DataContext = new MainWindowVm(); } ` 先`InitializeComponent();`再`DataContext = new MainWindowVm();`,会导致`Carousel.Items`没有Add数据。 ### ViewModel `public class...
### Describe the bug System.InvalidOperationException 操作在当前状态中是非法的。 (异常来自 HRESULT:0x80131509) System.AggregateException System.InvalidOperationException: “#FF797979”不是属性“Color”的有效值。 ### Steps to reproduce the bug System.InvalidOperationException 操作在当前状态中是非法的。 (异常来自 HRESULT:0x80131509) System.AggregateException System.InvalidOperationException: “#FF797979”不是属性“Color”的有效值。 ### Expected behavior _No response_ ###...
在暗黑模式下PrimaryTextBrush为white时刺眼,用户体验差,建议BaseStyle增加Opacity属性值设置,Dark模式下值为0.87,其它模式下为1:
### Describe the bug 只有点击方框内的区域才可以显示下拉数据,点击左侧显示区域的没有反应。但是3.4.0-release版本无此现象。 ### Steps to reproduce the bug HandyControl-v3.5.0-Release CheckComboBox ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version HandyControl 3.5.1 ### IDE...
How to add a button on the right side of the combo box? 如何在组合框右侧添加按钮? Sometimes this button is very useful! 有时这个非常有用。 ### Describe the solution you'd like The IsEnabledButton property...
**失败原因:** 1. Row 在第一次 Measure 时用到了错误的布局状态(_layoutStatus=null)并且父宽度为 Infinity,导致计算出错误的高度。 2. 时序图: 父容器 (StackPanel) ↓ 调用 Row.Measure(constraint) constraint.Width = Infinity ❌ | ├─ 未设置 _layoutStatus (为 null) ├─ 子控件 Measure() 用错误的列数计算宽度 ├─ Row...
wpf PropertyGrid cannot enable multi-level expansion of objects Can it be set to object multi-level expansion like winform.
就是给PropertyGrid控件搞一个PropertyValueChanged事件,就是在PropertyGrid控件绑定的实体类对象里属性的值更改时触发这个事件,相关例子就是Winform的PropertyGrid就有这个PropertyValueChanged事件,希望作者能加下这个事件