WPFDevelopers
WPFDevelopers copied to clipboard
WPF Developers Daily Share 🎉Ongoing update.
nuget:0.0.0.2 代码如下: ```xml ``` 优化建议: TitleBarMode 追加枚举 None ,不要单独设置 NoChrome 为 true
11:08:25:486 System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=FontSize; DataItem=null; target element is 'ComboBoxItem' (Name=''); target property is 'FontSize' (type 'Double') 11:08:25:486...
Hello ! I use Class Library to create the application The following error occurred `--------------------------- --------------------------- System.TypeInitializationException: The type initializer for 'WPFDevelopers.Net45x.Window' threw an exception. ---> System.NullReferenceException: Object reference not...
wd:NumericBox 目前仅支持固定步长进行增减,在量程、精度等参数设置时,并不是固定的步长如(0.01,0.03,0.05,0.1,0.3,0.5,1,3,5,10,30,50),此时使用固定的步长就不合适了
给wd:Mask.Child的父控件设置DataContext后,绑定到父控件的DataContext的属性时会绑定失败,并且报错在Window窗体的DataContext中没有找到属性。
当需要使用自定义的ContextMenu右键菜单时,TextBox默认的右键菜单无法关闭,导致自定义的ContextMenu菜单在输入框中无法生效。
wd:NumericBox设置Precision大于0后,当输入的数字为整数时也会显示小数点.0,希望能够增加自动隐藏小数位.0的功能。