I created an empty customview (I only set the background of the base panel to gray for testing purposes)
This customview was put onto another panel that resizes to fully fit the devices screen with both horizontal and vertical anchors to BOTH
It seems the customview is not respecting the anchors.
When I rotate the screen the Base_Resize event is triggered: OK, but:
when in portrait mode width = 385, height = 654
when in landscape mode: width = 371, height = 625
I find these values very strange.
Thanks
This customview was put onto another panel that resizes to fully fit the devices screen with both horizontal and vertical anchors to BOTH
It seems the customview is not respecting the anchors.
When I rotate the screen the Base_Resize event is triggered: OK, but:
when in portrait mode width = 385, height = 654
when in landscape mode: width = 371, height = 625
I find these values very strange.
Thanks