我正在使用带有Shell的Xamarin Forms 4.0。我使用ShellSection有Tabbed页面。
如何将Android中的OffScreenPageLimit设置为4?
您可以通过特定于平台的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