Click here to Skip to main content
15,916,180 members
Home / Discussions / WPF
   

WPF

 
QuestionDataContract and ISerializable not friendly Pin
devvvy17-Feb-09 21:02
devvvy17-Feb-09 21:02 
AnswerRe: DataContract and ISerializable not friendly Pin
Pete O'Hanlon17-Feb-09 21:51
mvePete O'Hanlon17-Feb-09 21:51 
GeneralRe: DataContract and ISerializable not friendly Pin
devvvy18-Feb-09 0:59
devvvy18-Feb-09 0:59 
GeneralRe: DataContract and ISerializable not friendly Pin
Pete O'Hanlon18-Feb-09 2:06
mvePete O'Hanlon18-Feb-09 2:06 
QuestionProblem with user control Pin
Soham Dasgupta17-Feb-09 17:42
Soham Dasgupta17-Feb-09 17:42 
QuestionWPF treeview control problem Pin
ramakrishnamakkena17-Feb-09 17:02
ramakrishnamakkena17-Feb-09 17:02 
AnswerRe: WPF treeview control problem Pin
ABitSmart17-Feb-09 23:26
ABitSmart17-Feb-09 23:26 
QuestionProperty pages Pin
Jozef Hopko17-Feb-09 11:08
Jozef Hopko17-Feb-09 11:08 
AnswerRe: Property pages Pin
Pete O'Hanlon17-Feb-09 11:18
mvePete O'Hanlon17-Feb-09 11:18 
QuestionDrawing own Picture and set it to Control Pin
ezazazel17-Feb-09 6:09
ezazazel17-Feb-09 6:09 
AnswerRe: Drawing own Picture and set it to Control [modified] Pin
sivaddrahcir18-Feb-09 10:58
sivaddrahcir18-Feb-09 10:58 
GeneralRe: Drawing own Picture and set it to Control Pin
ezazazel18-Feb-09 11:27
ezazazel18-Feb-09 11:27 
GeneralRe: Drawing own Picture and set it to Control Pin
Mark Salsbery19-Feb-09 6:35
Mark Salsbery19-Feb-09 6:35 
QuestionWPF application using MVP(model view presenter) design pattern Pin
Member 400910216-Feb-09 23:48
Member 400910216-Feb-09 23:48 
AnswerRe: WPF application using MVP(model view presenter) design pattern Pin
Pete O'Hanlon16-Feb-09 23:51
mvePete O'Hanlon16-Feb-09 23:51 
AnswerRe: WPF application using MVP(model view presenter) design pattern Pin
Jani Giannoudis17-Feb-09 6:40
mvaJani Giannoudis17-Feb-09 6:40 
QuestionUpdating only visible rows in WPF ListView Pin
Pankaj Chamria16-Feb-09 21:43
Pankaj Chamria16-Feb-09 21:43 
AnswerRe: Updating only visible rows in WPF ListView Pin
Pete O'Hanlon17-Feb-09 0:36
mvePete O'Hanlon17-Feb-09 0:36 
GeneralRe: Updating only visible rows in WPF ListView Pin
Pankaj Chamria18-Feb-09 2:29
Pankaj Chamria18-Feb-09 2:29 
GeneralRe: Updating only visible rows in WPF ListView Pin
Pete O'Hanlon18-Feb-09 2:44
mvePete O'Hanlon18-Feb-09 2:44 
GeneralRe: Updating only visible rows in WPF ListView Pin
Pankaj Chamria18-Feb-09 4:09
Pankaj Chamria18-Feb-09 4:09 
My problem is that once the data gets loaded in the observable collection for the first time, the values of properties of the objects in the collection are continuosly getting changed to the tune of 500-600 objects per second and each object has about 18 properties which get updated. The object itself is not getting overwritten/ added/ deleted. Its properties are just being modified. Also i observe that the Collection Change and Property Change events do not get called for such updates. It gets called only when the collection is first being created.

With virtualization i was hoping that although 500 objects may get updated evry sec but the UI changes will be generated only for the visible objects. But that is not the case with my usage of observable collection.

I guess due such large no of updates every second the UI sort of hangs, and CPU utilization goes 80-90%.

Any suggestions what can i try further?

Thanks!

Pankaj Chamria,
Software Programmer.

GeneralRe: Updating only visible rows in WPF ListView Pin
Pete O'Hanlon18-Feb-09 4:47
mvePete O'Hanlon18-Feb-09 4:47 
GeneralRe: Updating only visible rows in WPF ListView Pin
Pankaj Chamria22-Feb-09 21:48
Pankaj Chamria22-Feb-09 21:48 
QuestionRe: Updating only visible rows in WPF ListView Pin
Kunal Chowdhury «IN»13-May-09 0:48
professionalKunal Chowdhury «IN»13-May-09 0:48 
AnswerRe: Updating only visible rows in WPF ListView Pin
Pete O'Hanlon13-May-09 1:35
mvePete O'Hanlon13-May-09 1:35 

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.