01-29-2013 04:19 AM
All your outer containers should use HorizontalAlignment.Fill and VerticalAlignment.Fill.
Container {
horizontalAlignment: HorizontalAlignment.Fill
verticalAlignment: VerticalAlignment.Fill
}
If you use a layout different than StackLayout it could also cause problems. If you do not define a layout then StackLayout is used by default.