Hi,
I have a moveable BoxView wrapped by RelativeLayout. When I move it (by updating Frame with specified start position in the custom renderer) and then change the WidthRequest or HeightRequest property the BoxView becomes centered.
What is the best solution to avoid BoxView centering after change of width/height request?