WPFDevelopers icon indicating copy to clipboard operation
WPFDevelopers copied to clipboard

WPF Developers Daily Share 🎉Ongoing update.

Results 70 WPFDevelopers issues
Sort by recently updated
recently updated
newest added

nuget:0.0.0.2 代码如下: ```xml  ``` 优化建议: TitleBarMode 追加枚举 None ,不要单独设置 NoChrome 为 true

bug
enhancement

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...

bug

通过点击窗体右上角的最大化按钮最大化时,扩展屏有白边。 通过双击标题栏最大化或者将窗体拖到屏幕顶部最大化时均没有白边。

bug

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...

问题:DataGrid 怎么设置垂直线 .Net环境:.netframework4.0 Nuget包:0.0.0.2

enhancement

MenuItem有子项的与没有子项的项高度不一致,没有子项的项会比有子项的项高一些。 如下图,记录的菜单项比两边的项高一些。

bug

wd:NumericBox 目前仅支持固定步长进行增减,在量程、精度等参数设置时,并不是固定的步长如(0.01,0.03,0.05,0.1,0.3,0.5,1,3,5,10,30,50),此时使用固定的步长就不合适了

enhancement

给wd:Mask.Child的父控件设置DataContext后,绑定到父控件的DataContext的属性时会绑定失败,并且报错在Window窗体的DataContext中没有找到属性。

bug

当需要使用自定义的ContextMenu右键菜单时,TextBox默认的右键菜单无法关闭,导致自定义的ContextMenu菜单在输入框中无法生效。

enhancement

wd:NumericBox设置Precision大于0后,当输入的数字为整数时也会显示小数点.0,希望能够增加自动隐藏小数位.0的功能。

enhancement