Click here to Skip to main content
15,886,919 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Sorting ObservableCollection Pin
Kunal Chowdhury «IN»14-May-09 23:15
professionalKunal Chowdhury «IN»14-May-09 23:15 
GeneralRe: Sorting ObservableCollection Pin
Pete O'Hanlon15-May-09 0:40
mvePete O'Hanlon15-May-09 0:40 
AnswerRe: Sorting ObservableCollection Pin
Michael Sync14-May-09 15:58
Michael Sync14-May-09 15:58 
GeneralRe: Sorting ObservableCollection Pin
BlitzPackage15-May-09 15:32
BlitzPackage15-May-09 15:32 
GeneralRe: Sorting ObservableCollection Pin
Michael Sync15-May-09 22:19
Michael Sync15-May-09 22:19 
GeneralRe: Sorting ObservableCollection Pin
Kevin McFarlane16-May-09 6:37
Kevin McFarlane16-May-09 6:37 
AnswerRe: Sorting ObservableCollection Pin
Sebastian Solnica22-Nov-09 22:43
Sebastian Solnica22-Nov-09 22:43 
QuestionHelp: Binding huge data making application slower with 95% CPU usage Pin
Kunal Chowdhury «IN»13-May-09 19:37
professionalKunal Chowdhury «IN»13-May-09 19:37 
Hi,

I am using WrapPanel with VirtualizationMode="Recycling" to hold a huge amount of UserControl (say about 2000). I have an ObservableCollection to hold data of those UserControls (approx 20 Properties each). I am binding that ObservableCollection to the WrapPanel, so that, if any data change happens from the back end, it will change the UI. This change happens after each second.

On Window_Load_Completed event, I am actually binding those UserControls with data to the UI. After that, I am just modifying the properties, no add / no delete. In that case, I observed that, CPU utilization is coming to almost 95% & my application becomes very slow. If I scroll the panel, it scrolls after approx 1-2 mint. I need to sort the collection too which will be worst in this case.

Please help me out. Let me know, how I can resolve this issue? Is there any alternative to that? Kindly provide some codes, if you have.

I am using WPF 3.5 SP1.

Thanks in advance.

Regards,
- K
QuestionRe: Help: Binding huge data making application slower with 95% CPU usage Pin
Mark Salsbery14-May-09 7:18
Mark Salsbery14-May-09 7:18 
AnswerRe: Help: Binding huge data making application slower with 95% CPU usage [modified] Pin
Kunal Chowdhury «IN»14-May-09 18:38
professionalKunal Chowdhury «IN»14-May-09 18:38 
QuestionGot some problem with wpf multibinding Pin
Eric Vonjacson13-May-09 1:56
Eric Vonjacson13-May-09 1:56 
AnswerRe: Got some problem with wpf multibinding Pin
Mark Salsbery13-May-09 6:25
Mark Salsbery13-May-09 6:25 
AnswerRe: Got some problem with wpf multibinding Pin
Ian Shlasko13-May-09 8:18
Ian Shlasko13-May-09 8:18 
NewsGet started with Silverlight at XAMLFest Online in June Pin
brucedkyle12-May-09 9:49
brucedkyle12-May-09 9:49 
NewsGet started with WPF with XAMLFest Online in June Pin
brucedkyle12-May-09 9:48
brucedkyle12-May-09 9:48 
GeneralRe: Get started with WPF with XAMLFest Online in June Pin
Mark Salsbery12-May-09 9:49
Mark Salsbery12-May-09 9:49 
GeneralRe: Get started with WPF with XAMLFest Online in June Pin
#realJSOP12-May-09 10:47
mve#realJSOP12-May-09 10:47 
QuestionResource Dictionaries - Confused Pin
#realJSOP12-May-09 6:08
mve#realJSOP12-May-09 6:08 
AnswerRe: Resource Dictionaries - Confused Pin
Mark Salsbery12-May-09 6:51
Mark Salsbery12-May-09 6:51 
GeneralRe: Resource Dictionaries - Confused Pin
#realJSOP12-May-09 8:42
mve#realJSOP12-May-09 8:42 
GeneralRe: Resource Dictionaries - Confused Pin
Pete O'Hanlon12-May-09 8:51
mvePete O'Hanlon12-May-09 8:51 
GeneralRe: Resource Dictionaries - Confused Pin
#realJSOP12-May-09 8:58
mve#realJSOP12-May-09 8:58 
GeneralRe: Resource Dictionaries - Confused Pin
Pete O'Hanlon12-May-09 9:03
mvePete O'Hanlon12-May-09 9:03 
GeneralRe: Resource Dictionaries - Confused Pin
#realJSOP12-May-09 9:23
mve#realJSOP12-May-09 9:23 
GeneralRe: Resource Dictionaries - Confused Pin
Pete O'Hanlon12-May-09 9:26
mvePete O'Hanlon12-May-09 9:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.