Content
10:22 81 Products Q Log in Sign up 18 Are you sure the view gets populated by the container? I would suggest you to provide a callback for the RequestNavigate method, so you’ll be able to track what happens with your view thru the NavigationResult regionManager.RequestNavigate "Window?" new Uri("View2", UriKind.Relative), (NavigationResult nr) var error nr.Error; var result nr. Result; put a breakpoint here and ch ) . Share Improve this answer Follow edited May 11, 2011 at 13:26 answered Mav 11. 2011 at 13:18 Shimmy Weitzhandler 103k 122 425 633 7 After 7 vears, and I’m thinking let’s upvote this answer. Was simble and helped me tackle the issue easily, then I figure I’m the one who answered it… – Shimmy Weitzhandler Mar 4, 2018 at 11:08 Add a comment I have seen that if I imblement ConfirmNavigateRequest and do not call stackoverflow.com