Click here to Skip to main content
15,894,343 members

Comments by Member 13571364 (Top 4 by date)

Member 13571364 30-May-18 9:28am View    
My appologies I didnt realise you were going to compile the program.
- I have updated the classes, and it compiles now
- I am very new to c# MVVM so not too sure what the light version is? will have to have a read about it.
Member 13571364 30-May-18 7:33am View    
Hi Dirk,
I've added the sample project below.

Thanks
Grant
Member 13571364 29-May-18 2:09am View    
@ Dirk,

I've implemented the logic from your code into my project and it works fine when the Obervable collection is created within the instance of my MainViewModel, however if I place the code in another object instantiated by the MainViewModel, the list is being populated however not updated on the UI side. It looks like the list is being filled with blank spaces but when I debug through I can see the correct information in the list.

Any suggestions?
Member 13571364 28-May-18 5:34am View    
Thanks very much Dirk!