Hi,
Xamarin forms In android custom renderer ,i have
protected override void OnDraw(Canvas canvas)
{
}
in constructor i have this this.SetWillNotDraw(false);
It's never invoked, Please help to resolve this...