I created the default TodoItem Solution for Windows 8 and everything is fine. But while debugging, I can't see any loaded items. For example in the RefreshTodoItems I added a breakpoint to watch the items - the collection is empty. I tried to add a ToList()
Method, added an Add Watch and refresh - no change. I even added code (a foreach for all items and do some calculation) - it does not work.
But in the end - the items are displayed - so what I am missing? May be a very stupid question...
Thanks anyway
Hans-Peter