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 have a MasterdetailsView bound to an ObservableCollection and set the ItemTemplate and DetailsTemplate with a DataTemplate set with x:DataType="ViewModel". The ItemTemplate works, but the DetailsTemplate is not rendered correctly. It only shows the string with the full qualified name of my ViewModel-class.
Steps to Reproduce
Add a MasterDetailsView
Bind it to a collection
Add ItemTemplate and DetailsTemplate with x:DataType bound to your ViewModel
Run the app - the DetailsTemplate is not rendered
Expected behavior
The DetailsTemplate gets rendered as it is on UWP.
Describe the bug
I have a MasterdetailsView bound to an ObservableCollection and set the ItemTemplate and DetailsTemplate with a DataTemplate set with x:DataType="ViewModel". The ItemTemplate works, but the DetailsTemplate is not rendered correctly. It only shows the string with the full qualified name of my ViewModel-class.
Steps to Reproduce
Expected behavior
The DetailsTemplate gets rendered as it is on UWP.
Environment
The text was updated successfully, but these errors were encountered: