My application’s title not showing for some reason. It was working yesterday, I did compare the changes with TFS but nothing really changed that will cause the page title to hide. The page title does appear on design view but not while I am running the application. The page title does appear on other pages so I don’t think that it is problem with LayoutAwarePage.
Any help will be greatly appreciated.
I found the problem, I have a progress bar on the top of the page which was causing the title to hide. This is little strange though as the progress bar was there to begin with and title was showing up right. But anyways I had to place the progress bar in other grid row for title to work right.