Porting Xamarin.Form Control to Uno.* #6541
Replies: 1 comment 1 reply
-
I think we need more details on how your custom control code functions. If you are rendering a chart in Skia for example, a port will be relatively straightforward. If you are doing a lot of custom drawings using Xamarin.Form techniques it's basically a full re-write. Uno Platform uses the WinUI control architecture and the two are fundamentally quite different as I'm sure you know. That said, it may be possible to actually embed a Xamarin.Forms control in an Uno Platform app (similar to using Xamarin Native controls). Someone with a lot more knowledge than me will need to comment further on this though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Can you give me suggestions on how to migrate a control created for Xamarin.Form into Uno.*?
Beta Was this translation helpful? Give feedback.
All reactions