我有一个使用一些Xceed库的应用程序,我们开始在Windows7上部署它。Unhandled exception occured in ->Arithmetic operation resulted in an overflow.>>>
at Xceed.Editors.ComboBoxTextBoxArea.WndProc这只发生在Windows 7机器上(在任何XP系统上都没有问题),而且很容易复制.它甚至可以在Xceed示例/演示应用程序中复制,所以我在他们的代码中发现了问题所在。不幸的是,
我想使用"Xceed DataGrid for WPF“社区版本来显示WPF应用程序中已经对Propertygrid正确的项。this.DataContext = new MainWindowViewModel();using System.ComponentModel;
using Xceed.Wpf.DataGrid