I have a horizontalscrollview in my applictation and I want to call the ondrag action to get the current scrollposition. But I got the following error:
My code
sv.Drag += delegate(object sender, View.DragEventArgs e) {
//do something
};
the error:
The nested type DragEventArgs does not exist in the type Android.Views.View
Perhaps the wrong namespace? I don't know. :/