标签: xamarin xamarin.forms xamarin.android
我正在将Xamarin Forms 4.0与Shell一起使用。我使用ShellSection拥有选项卡式页面。
如何在Android中将OffScreenPageLimit设置为4?
答案 0 :(得分:0)
您可以通过特定于平台的On<T>方法进行设置:
On<T>
On<Android>().SetOffscreenPageLimit(numberOfPagesToCache);
re:https://github.com/xamarin/Xamarin.Forms/blob/e8cc89bfc8f210267f7ebbe133b4cf84c9ddef20/Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/TabbedPageAndroid.cs#L21