Hi.
I would like to use System.Drawing.Color in my Xamarin cross Platform project to color datarows in a listview,
however, the color does not appear.
If i Use Xamarin.Forms.Color, it works fine.
My reference is:
using Color = System.Drawing.Color;
There are no errors, when I run the project.
Does anybody know what to do?
Friendly regards
nbs