DataGrid with ObservableCollection performance question #4575
Unanswered
Dimigergo
asked this question in
Questions & Help
Replies: 2 comments 2 replies
-
Any advice? |
Beta Was this translation helpful? Give feedback.
2 replies
-
It is just my problem? Any further information? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a WCT 7.1.2 DataGrid with 8 columns, 290 rows with simple converters. The itemsSource is an ObservableCollection with MVVM x:Bind pattern. The initialization of the elements takes ~10 seconds, I think it is very slow for 290 items.
Is there any simple way that I can switch off UI refresh for every Added item to the ObservableCollection? Or how can I know that the virtualization is switched on?
The DataGrid initialization is the following:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions