[UWP] Adjust bounds for ContentPage when by itself (#61)
authorPaul DiPietro <paul.dipietro@me.com>
Tue, 12 Apr 2016 18:15:21 +0000 (11:15 -0700)
committerJason Smith <jason.smith@xamarin.com>
Tue, 12 Apr 2016 18:15:21 +0000 (11:15 -0700)
commit76c8c57fb30621272e19d493787836ed8c322b9d
tree4052edc8d289daf5f9982948f02f0a4d17fd349a
parentc92297047c01112fd4a6e7695a40acb274fdf7a7
[UWP] Adjust bounds for ContentPage when by itself (#61)

In a scenario where there is a ContentPage by itself, things like labels
ran beneath the StatusBar in landscape mode. This is presumably because
the page was assuming there to be a TitleBar and calculating the bounds
based on that fact; by checking for its visibility and adjusting the
bounds as necessary it allows for correct alignment.
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla40185.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
Xamarin.Forms.Platform.WinRT/Platform.cs