Click here to Skip to main content
15,914,350 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Assign command parameter to canvas. Pin
ABitSmart30-Mar-09 2:02
ABitSmart30-Mar-09 2:02 
GeneralRe: Assign command parameter to canvas. Pin
emptythetill30-Mar-09 10:50
emptythetill30-Mar-09 10:50 
GeneralRe: Assign command parameter to canvas. Pin
ABitSmart30-Mar-09 20:05
ABitSmart30-Mar-09 20:05 
QuestionDeploying WPF application Pin
M. J. Jaya Chitra30-Mar-09 0:09
M. J. Jaya Chitra30-Mar-09 0:09 
AnswerRe: Deploying WPF application Pin
Christian Graus30-Mar-09 15:08
protectorChristian Graus30-Mar-09 15:08 
QuestionNew WPF Themes on Codeplex Pin
RugbyLeague29-Mar-09 23:36
RugbyLeague29-Mar-09 23:36 
AnswerRe: New WPF Themes on Codeplex Pin
ABitSmart30-Mar-09 0:02
ABitSmart30-Mar-09 0:02 
GeneralRe: New WPF Themes on Codeplex Pin
RugbyLeague30-Mar-09 0:30
RugbyLeague30-Mar-09 0:30 
QuestionHow to pass Sql Query as a parameter in Silverlight Pin
mohammed irfan jeddah29-Mar-09 2:51
mohammed irfan jeddah29-Mar-09 2:51 
QuestionRe: How to pass Sql Query as a parameter in Silverlight Pin
Mark Salsbery30-Mar-09 6:07
Mark Salsbery30-Mar-09 6:07 
AnswerRe: How to pass Sql Query as a parameter in Silverlight Pin
Braulio Dez1-Apr-09 5:54
Braulio Dez1-Apr-09 5:54 
QuestionItemsPresenter ! Pin
Mohammad Dayyan29-Mar-09 2:26
Mohammad Dayyan29-Mar-09 2:26 
AnswerRe: ItemsPresenter ! Pin
ABitSmart29-Mar-09 4:14
ABitSmart29-Mar-09 4:14 
GeneralRe: ItemsPresenter ! Pin
Mohammad Dayyan29-Mar-09 4:21
Mohammad Dayyan29-Mar-09 4:21 
GeneralRe: ItemsPresenter ! Pin
ABitSmart29-Mar-09 4:26
ABitSmart29-Mar-09 4:26 
GeneralRe: ItemsPresenter ! Pin
Mohammad Dayyan29-Mar-09 4:54
Mohammad Dayyan29-Mar-09 4:54 
GeneralRe: ItemsPresenter ! Pin
ABitSmart29-Mar-09 5:07
ABitSmart29-Mar-09 5:07 
GeneralRe: ItemsPresenter ! Pin
Mohammad Dayyan29-Mar-09 5:11
Mohammad Dayyan29-Mar-09 5:11 
GeneralRe: ItemsPresenter ! Pin
ABitSmart29-Mar-09 5:13
ABitSmart29-Mar-09 5:13 
QuestionMinimizing a WPF window ? Pin
Mohammad Dayyan28-Mar-09 4:55
Mohammad Dayyan28-Mar-09 4:55 
AnswerRe: Minimizing a WPF window ? Pin
ABitSmart28-Mar-09 5:20
ABitSmart28-Mar-09 5:20 
GeneralRe: Minimizing a WPF window ? Pin
Mohammad Dayyan28-Mar-09 6:02
Mohammad Dayyan28-Mar-09 6:02 
GeneralRe: Minimizing a WPF window ? Pin
ABitSmart28-Mar-09 6:03
ABitSmart28-Mar-09 6:03 
QuestionWPF application with listview hangs and threads keep increasing Pin
Pankaj Chamria27-Mar-09 21:02
Pankaj Chamria27-Mar-09 21:02 
Hi,
There is a weird problem for which I will have to do some explanation on background.

I am working on a WPF client application which has about 3-4 usercontrols loaded, each having a listview displaying records using a observable collection. This observable collection is a collection of class instances that follow the INotifyPropertyChanged model. Upon each change in the collection the change reflects onto the listview column. Updates to existing rows in the collection keep streming in from the server using WCF TCP/IP at about 100-200 updates per second.

The issue is that once in a while the UI just freezes and then the no of threads attached to the process (seen in the task manager) keep on increasing exponentially.. I have no clue why this happens.. when i debug the updates are still coming in and observable collection is still getting updated.. but the UI hangs.. This does not happen always or on a particular action.

I am using Dispatcher.BeginInvoke when adding items to the listview but not when updating the properies of instances within the collection as observable collection automatically takes care of such updates. I am also using Virtualization in listview which is anyways enabled by default.

Any clues what could be causing this..

Pankaj Chamria,
Software Programmer.

AnswerRe: WPF application with listview hangs and threads keep increasing Pin
ABitSmart28-Mar-09 1:13
ABitSmart28-Mar-09 1:13 

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.