Click here to Skip to main content
15,889,266 members
Home / Discussions / WPF
   

WPF

 
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 
AnswerRe: WPF application with listview hangs and threads keep increasing Pin
ABitSmart28-Mar-09 1:13
ABitSmart28-Mar-09 1:13 
Suggestions,
- The only thing striking from your description is, your object implements INotifyPropertyChanged. ObservableCollection inherently implement the change notification. You might want to try disabling the property change mechanism of the objects and just rely on the ObservableCollection.
- What DispatcherPriority do you set for BeginInvoke ? Did you try setting it to a lower priority e.g. Background ?
- Don't update the main Observable collection. Work on a different one and periodically replace the main one with the updated one. I don't feel good about this one though :>
GeneralRe: WPF application with listview hangs and threads keep increasing Pin
Pankaj Chamria3-Apr-09 6:03
Pankaj Chamria3-Apr-09 6:03 
GeneralRe: WPF application with listview hangs and threads keep increasing Pin
ABitSmart3-Apr-09 6:31
ABitSmart3-Apr-09 6:31 
AnswerRe: WPF application with listview hangs and threads keep increasing Pin
BlitzPackage28-Mar-09 2:31
BlitzPackage28-Mar-09 2:31 
QuestionBest components or framework for real-time desktop application? Pin
SirajP27-Mar-09 12:11
SirajP27-Mar-09 12:11 
AnswerRe: Best components or framework for real-time desktop application? Pin
BlitzPackage27-Mar-09 16:40
BlitzPackage27-Mar-09 16:40 
QuestionWPF ResourceDictionary problem Pin
#realJSOP27-Mar-09 4:02
mve#realJSOP27-Mar-09 4:02 
AnswerRe: WPF ResourceDictionary problem Pin
Pete O'Hanlon27-Mar-09 4:13
mvePete O'Hanlon27-Mar-09 4:13 
GeneralRe: WPF ResourceDictionary problem Pin
#realJSOP27-Mar-09 4:22
mve#realJSOP27-Mar-09 4:22 
GeneralRe: WPF ResourceDictionary problem Pin
Pete O'Hanlon27-Mar-09 4:38
mvePete O'Hanlon27-Mar-09 4:38 
GeneralRe: WPF ResourceDictionary problem Pin
#realJSOP27-Mar-09 4:50
mve#realJSOP27-Mar-09 4:50 
GeneralRe: WPF ResourceDictionary problem Pin
Pete O'Hanlon27-Mar-09 4:55
mvePete O'Hanlon27-Mar-09 4:55 
AnswerRe: WPF ResourceDictionary problem [OT] Pin
Wes Aday27-Mar-09 9:17
professionalWes Aday27-Mar-09 9:17 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
BlitzPackage27-Mar-09 14:53
BlitzPackage27-Mar-09 14:53 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
#realJSOP28-Mar-09 1:03
mve#realJSOP28-Mar-09 1:03 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
BlitzPackage28-Mar-09 2:35
BlitzPackage28-Mar-09 2:35 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
#realJSOP28-Mar-09 1:00
mve#realJSOP28-Mar-09 1:00 
QuestionCustom Input Method Editor (IME) candidate window with WPF? Pin
Matt Sherman26-Mar-09 9:16
Matt Sherman26-Mar-09 9:16 

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.