53: UWP WTF Error Messages version 3

Here is how anyone can reproduce it. Create a custom control that is a MenuFlyoutItem and re-template it as this: <MenuFlyoutItem.Template> <ControlTemplate> <Grid x:Name=”RootGrid” Width=”280″> <HyperlinkButton Content=”Microsoft home page” Click=”{Binding ElementName=Host, Path=ViewModel.SignoutCommand}” /> </Grid> </ControlTemplate> ...

51: UWP gotchas and tips

Coming from years of experience with WinForms and WPF, UWP is weird. I am continuously having surprises (sometimes good, but sometimes poor) since working with UWP lately. Some of those gotchas are almost like in ...