Hello,
Thank you for your feedback. By testing your code, this problem will occur on the Windows platform.
For this issue, it is recommended that you post it on GitHub to make our development team aware of this.
In addition, for use cases where you need overlapping controls, such as overlapping cards, it is recommended that you use AbsoluteLayout to achieve this requirement.
<StackLayout>
<AbsoluteLayout>
<Image Source="dotnet_bot.png" AbsoluteLayout.LayoutBounds="0,0,100,100"/>
<Image Source="dotnet_bot.png" AbsoluteLayout.LayoutBounds="40,0,100,100"/>
<Image Source="dotnet_bot.png" AbsoluteLayout.LayoutBounds="80,0,100,100"/>
<Image Source="dotnet_bot.png" AbsoluteLayout.LayoutBounds="120,0,100,100"/>
</AbsoluteLayout>
</StackLayout>
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.