如何使用Shell在Xamarin Forms中设置OffscreenPageLimit?

时间:2019-02-19 18:55:13

标签: xamarin xamarin.forms xamarin.android

我正在将Xamarin Forms 4.0与Shell一起使用。我使用ShellSection拥有选项卡式页面。

如何在Android中将OffScreenPageLimit设置为4?

1 个答案:

答案 0 :(得分:0)

您可以通过特定于平台的On<T>方法进行设置:

On<Android>().SetOffscreenPageLimit(numberOfPagesToCache);

re:https://github.com/xamarin/Xamarin.Forms/blob/e8cc89bfc8f210267f7ebbe133b4cf84c9ddef20/Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/TabbedPageAndroid.cs#L21