Have a pet project that I’m seeing if I can move from WPF to WinUI. I think it will mostly go fine after updating namespaces/interfaces etc, but it seems like I might be stuck on getting some custom adorners ported.
As I understand, adorners don’t exist in WinUI, but I don’t know if there’s any way to accomplish the same effect without them. Is there any recommended practice to replicate the functionality of Adorners?
Thanks for any suggestions.
4