You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made the change and am now calling base.Initialize() in the App constructor. On my page, I removed the {Binding Items} code from the ListView and replaced it with x:Name="Items", saved and recompiled. When I switched from Xaml to Design view, I am still not seeing the sample data from my DesignInstance.
If I swap out x:Name="Items" and replace it with {Binding Items}, the sample data renders.
fyi, I'm using CM beta2, Windows 8.1 w/ Universal Project. The page is in the Windows Phone 8.1 project.
tibel
changed the title
Design time binding not working with controls inside DataTemplate
[Win81] Design time binding not working with controls inside DataTemplate
Apr 26, 2014
tibel
changed the title
[Win81] Design time binding not working with controls inside DataTemplate
[WPA81] Design time binding not working with controls inside DataTemplate
Apr 26, 2014
I have a
Windows.UI.Xaml.Controls.Page
with the following attributes:This Xaml does not properly bind the Items property of the DesignInstance to the ListView.ItemsSource:
However, if I change my syntax to this the binding works:
The text was updated successfully, but these errors were encountered: