gpt4 book ai didi

xaml - Xamarin 表单编辑器 AutoSize 不起作用

转载 作者:行者123 更新时间:2023-12-03 15:28:54 26 4
gpt4 key购买 nike

我只是误解了 Editor-control 上的名称“AutoSize”-property 还是它根本不起作用?

我在 xaml 中有一个这样的控件:

<Editor AutoSize="TextChanges" HeightRequest="100"/>

在高度为 100 时效果很好,但是当我写了几行时,它不会改变大小/高度。上面的文字只是向上滚动。

最佳答案

原因:

编辑不会auto-size如果HeightRequest属性已设置。

你可以引用:

https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/editor#auto-sizing-an-editor

解决方案:

您可以删除 HeightRequest属性(property)。还有Editor当您继续输入其他行时,将自动增长。

<Editor Text="Enter text here" AutoSize="TextChanges" />

关于xaml - Xamarin 表单编辑器 AutoSize 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52985095/

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