标签: xamarin xamarin.forms
我正在尝试获取可用屏幕的高度(不包括导航栏,标题栏或状态栏等。我尝试使用代码:
var height = Application.Current.MainPage.Height
然而,此代码获得包含所有内容的高度。那么如何才能获得可用屏幕的高度?