How to create borderless container ?

Example Code:

 <sfTextInput:SfTextInputLayout ContainerType="None" >

</sfTextInput:SfTextInputLayout>





1 Reply

ET Eswaran Thirugnanasambandam Syncfusion Team April 26, 2022 07:44 AM UTC

Your requirement can be achieved by setting the UnfocusedStrokeWidth and FocusedStrokeWidth as zero as mentioned in the below code snippet.


[XAML]

<sfTextInput:SfTextInputLayout ContainerType="None"

                                                          FocusedStrokeWidth="0"

                                                          UnfocusedStrokeWidth="0">


We have prepared a sample based on your requirements, and please get it from the below attachment.


Attachment: GettingstartedSfTextInputLayout_ec2e3caf.zip

Loader.
Up arrow icon