Articles in this section
Category / Section

How to remove the space at the bottom of TextInputLayout

1 min read

By default, some space is reserved for assistive labels below SfTextInputLayout control. These reserved spaces can be removed by setting ReserveSpaceForAssistiveLabels property as false when helper and error text are empty and ShowCharCount is false.

 

Code snippets [Xaml]:

<inputLayout:SfTextInputLayout BackgroundColor="#efefef" Hint="Hint" ReserveSpaceForAssistiveLabels="False">
    <Entry Text="Entry" />
</inputLayout:SfTextInputLayout>

 

Output:

Removing space at bottom of SfTextInputLayout

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied