在中心条目Xamarin中移动插入符号以开始占位符

问题描述 投票:0回答:1

我在Entry中使用文本对齐方式。当我触摸输入时,插入符号出现在占位符的中间,看起来很丑。

我想将插入符号移动到起始占位符。当我在中间输入文字时。

enter image description here

c# xamarin xamarin.forms xamarin.android
1个回答
0
投票

恐怕在条目首次加载时无法设置光标的索引。解决方法是,可以使用自定义渲染器设置HorizontalTextAlignment="Start"并设置条目的填充。

© www.soinside.com 2019 - 2024. All rights reserved.