Binding data from WCF into a MVVM client always empty
I'm making my first Windows 8 client. This is also the first time I've used async methods to load a property so please forgive me if this is a noobie question. I have a WCF service and started from the Split Page template in visual studio for the client (but I'm going to pretty much replace everything). When I get the data into my Views directly inside of the "SplitPage" code behind everything is loaded properly and shows up. However, when I try to use MVVM the property doesn't have any items in it when it gets bound. Because of WCF it is an async call to get the data is that the cause of the