Hi i am writing an application that has WPF as its front end and a Windows service which is responsible for scheduling and executing the my operations. At the moment i use WCF to send live progress messages to the client from the service and i add this message to a listbox on the WPF listbox using the items.add function from the code behind, But the performance is very poor. I need help or suggestions on the best way to display this messages efficiently.
D
Daudaka
@Daudaka