ListView Data Binding for Windows 8.1 Store Apps
问题 So I am trying to move a desktop program i made to an app for Windows 8.1 using Visual Studio 2013 . Datagrid was deprecated for this release so I am trying to translate those over to a ListView . I previously used ListViews in other desktop applications, but it looks like a lot has changed. The problem I am having is populating my ListView from my database. I am connecting through a WCF Service and stepping through the code, I can see I am getting the right data, I just cant get it to appear