Replies: 2 comments
-
Difficult to say from just the screenshots. If you are able to provide a project that replicates the issue please open an issue and we can look into it further. |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm also encountering theses errors. i don't have any projet that replicate the issue to provide (sorry) but i'm replying in hope to find a solution. I will try to describe the context as much as i can. My solution use the materialDesignTheme (5.0.0) as Packages and i added the Generic.xaml (the doc/tuto recommand to use Defaults but it doesn't exist) and the MaterialDesign2.Defaults.xaml as resources which allow me to benefit from most of the userControl if i'm not wrong.
Theses errors happen on runtime under the Xaml binding failure and i can't measure their impact on the app if there is any.
In my case, all Xaml binding failure stop when i remove the column virtualization on the Datagrid |
Beta Was this translation helpful? Give feedback.
-
I write program in wpf6, When I use DataGrid to clear the content, I find that each line of the content will trigger an error, but the program does not crash.
I try in UI Clear ItemsSource or ViewModel Clear ,but this problem was not solved.
So I want to ask for help to help me solve this problem
The following is a screenshot of my code:
UI=>
ViewModel=>
Error=>
Beta Was this translation helpful? Give feedback.
All reactions