Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146518 | Aug 6,2019 11:15 PM UTC | Aug 7,2019 06:00 PM UTC | Xamarin.Forms | 1 |
![]() |
Tags: SfTextInputLayout |
Hi Laerte,
Greetings from Syncfusion.
As per the material design
specification, we
have positioned the input view based on the ContainerType property. But you
may adjust the input view of the SfTextInputLayout to the center of the hint
label and border line using the InputViewPadding property. Please
refer the below code snippet.
UG Link: https://help.syncfusion.com/xamarin/sftextinputlayout/container-type#custom-padding
Code Snippet:
<inputLayout:SfTextInputLayout x:Name="inputLayout" Hint="Senha" ContainerType="None"> |
By default, input view
positioned at center for the other ContainerType (Filled and Outlined)
property. So, you may set the above container type to position at center.
Please let us know if your
requirement is different from this.
Regards,
Lakshmi R.
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.