2

Is it possible place image in the top left corner and wrap text around it?

Like shown:

Example image

The best I can achieve is to put the image on the left and text on the right, but when the text is bigger it doesn't look good.

BladeMaster
  • 320
  • 2
  • 9
  • Take a look at [CSS styling with FlexLayout](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/layouts/flex-layout#css-styling-with-flexlayout) , if it does not help , you may need to implement this on specific platform with custom renderer ,Android : https://stackoverflow.com/questions/2248759/how-to-layout-text-to-flow-around-an-image ,iOS: https://stackoverflow.com/questions/28082055/how-could-you-make-a-uilabel-wrap-around-an-image-like-shown. – ColeX Oct 25 '21 at 02:16
  • I was looking at this question and also have this problem , this you solved it ? – Bas H Nov 10 '21 at 10:51
  • Sorry, I didn't. I've added all the content inside webview. – BladeMaster Nov 10 '21 at 11:20

0 Answers0