Friends, I am looking for an example of Xamarin forms mac custom render and in specific I wanted to make native Macos listview render. I did find an example for other platforms "developer.xamarin.com/samples/xamarin-forms/CustomRenderers/ListView/" but I can't find any example of a custom renderer in Xamarin Mac.
When I tried to reuse the code above in ios NativeiOSListViewRenderer in the link above I couldn't go any further as Control.Source couldn't found in Xamarin.Forms.Platform.MacOS.
I am thankful for any help.