简体   繁体   English

如何以 xamarin 形式创建自定义条目,如下图所示?

[英]how to create custom entry in xamarin form ,as shown in following pic?

在此处输入图片说明

how to create custom entry with like this floating label in xamarin form.如何使用 xamarin 形式的这种浮动标签创建自定义条目。

You can use XF.Xamarin nuget to achieve similar Entry.您可以使用XF.Xamarin nuget 来实现类似的 Entry。 This is under MIT licence.这是在麻省理工学院的许可下。 Make sure you go through licence before using any third party nugets in a production application.在生产应用程序中使用任何第三方 nuget 之前,请确保您通过了许可。

The PhantomLib library allows you to easily make a floating label in Xamarin.Forms, but does not have the border around it like in your picture. PhantomLib库允许你在 Xamarin.Forms 中轻松制作浮动标签,但它周围没有像图片中那样的边框。 Maybe you don't need the border?也许你不需要边界? Also MIT license.还有麻省理工学院执照。

Syncfusion also have this type of control and please go through below link, Syncfusion也有这种类型的控制,请通过以下链接,

Link: https://help.syncfusion.com/xamarin/text-input-layout/container-type链接: https : //help.syncfusion.com/xamarin/text-input-layout/container-type

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM