Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have two Frame controls, BlackFrame and BlueFrame in my Xamarin App.
How can I make them overlap like this image?
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Answer accepted by question author
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.