Share via

Overtlapping Frames

Anonymous
2021-12-30T10:18:42.48+00:00

Hi,

I have two Frame controls, BlackFrame and BlueFrame in my Xamarin App.

How can I make them overlap like this image?

161383-image.png

Developer technologies | .NET | Xamarin
0 comments No comments

Answer accepted by question author

John Hair 371 Reputation points
2021-12-30T11:07:14.74+00:00

You can use TranslateY to move either frame, or you could put both frames in a grid at the same row/col, and then set the blue frame top margin accordingly.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.