Hi,
I'm using the Absolute Layout as per below however in some intermittent occasions the width and height is not working correctly - i can't work out what is causing the issue as this seems to be a random bug.
Simplified:
<AbsoluteLayout> <Grid AbsoluteLayout.LayoutBounds="0,0,1,1" AbsoluteLayout.LayoutFlags="SizeProportional" > <View /> </Grid> </AbsoluteLayout> 
I've tried it wrapped inside a Grid and also without but no difference - it sill occurs. the problem is intermittent and i can't see what has changed to cause the size to be different.