Drag / Monodroid Horizo​​ntalScrollview on Drag

时间:2013-01-09 15:52:08

标签: android xamarin.android

我的应用程序中有一个horizo​​ntalscrollview,我想调用ondrag动作来获取当前的滚动条。但是我收到了以下错误:

我的代码

sv.Drag += delegate(object sender, View.DragEventArgs e) {
    //do something
};

错误:

Android.Views.View

类型中不存在嵌套类型DragEventArgs

也许错误的命名空间?我不知道。 :/

0 个答案:

没有答案