Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 75885

ListView IsPullToRefreshEnabled not found

$
0
0

Hi!

I try to implement "pull to refresh" in ListView. I just set property IsPullToRefreshEnabled = true, and got the following exception in my app:

System.MissingMethodException: Method 'ListView.set_IsPullToRefreshEnabled' not found.
at Xamarin.Forms.Page.SendAppearing () [0x0001b] in :0
at Xamarin.Forms.Platform.iOS.PageRenderer.ViewDidAppear (Boolean animated) [0x00025] in :0
at at (wrapper managed-to-native) ObjCRuntime.Messaging:void_objc_msgSendSuper_bool (intptr,intptr,bool)
at UIKit.UIViewController.ViewDidAppear (Boolean animated) [0x0002b] in /Users/builder/data/lanes/2356/3c0ec355/source/maccore/src/build/ios/native/UIKit/UIViewController.g.cs:1197
at Xamarin.Forms.Platform.iOS.TabbedRenderer.ViewDidAppear (Boolean animated) [0x00000] in :0
at at (wrapper managed-to-native) ObjCRuntime.Messaging:void_objc_msgSendSuper_bool (intptr,intptr,bool)
at UIKit.UIViewController.ViewDidAppear (Boolean animated) [0x0002b] in /Users/builder/data/lanes/2356/3c0ec355/source/maccore/src/build/ios/native/UIKit/UIViewController.g.cs:1197
at Xamarin.Forms.Platform.iOS.NavigationRenderer.ViewDidAppear (Boolean animated) [0x00000] in :0
at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Users/builder/data/lanes/2356/3c0ec355/source/maccore/src/UIKit/UIApplication.cs:77
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/builder/data/lanes/2356/3c0ec355/source/maccore/src/UIKit/UIApplication.cs:61
at xt.iOS.Application.Main (System.String[] args) [0x00008] in /Users/admin/Projects/xt/iOS/Main.cs:17

Are any ideas how to solve this?

I use Xamarin forms 2.0.0.6482

Thank you.


Viewing all articles
Browse latest Browse all 75885

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>