How can i get a reference to Android Scroll View in custom renderer? For example, for Button i'm doing var nativeButton = (global::Android.Widget.Button)Control;
But there's no Control property when i'm inheriting ScrollRenderer
↧
ScrollView custom renderer Android
↧