gpt4 book ai didi

xaml - 在 xamarin 中更改导航栏标题位置

转载 作者:行者123 更新时间:2023-12-05 07:44:50 25 4
gpt4 key购买 nike

如何在 Xamarin.Forms 中更改导航栏 title 的位置。

我默认得到的是:

enter image description here

我想要的是:

enter image description here

我如何在 Xamarin.Forms 中执行此操作?

最佳答案

如果您使用的是基于 Shell 的 Xamarin.forms 应用那么您可以使用 Shell.TitleView 轻松实现此目的,定义您的标题内容,绑定(bind)它,甚至根据您的喜好设置样式。

在您的 ContentPage 中:

<Shell.TitleView>
<Label Text="Your Title" HorizontalTextAlignment="Center" HorizontalOptions="CenterAndExpand"/>
</Shell.TitleView>

您将避免使用自定义渲染器。

此外,如果您需要应用一些特殊的平台相关调整,您可以使用 OnPlatform .

关于xaml - 在 xamarin 中更改导航栏标题位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42556682/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com