I\'m curious of how it would be possible to get the height of the Windows Phone application bar when in \'mini\' mode. I\'ve seen several resources on the height when the regula
I'll help you solve this yourself. Create a test app and modify the mainpage to have the following xaml
Run the application. You'll notice the height will be displayed in the TextBlock. Take that amount and subtract it from 800 and you will have your answer.