Articles in this section
Category / Section

How to remove default left padding in .NET MAUI NumericEntry (SfNumericEntry)?

2 mins read

We have eliminated the default left padding in the .NET MAUI NumericEntry control by setting the Padding property to a negative value, such as -7, to effectively reduce or eliminate the default left padding.

XAML

    <inputs:SfNumericEntry WidthRequest="200"
                           HeightRequest="50"
                           Padding="-7"
                           Background="Pink">
    </inputs:SfNumericEntry>

Output
With left padding

Screenshot 2023-12-14 145620.png

Without left padding
Screenshot 2023-12-14 145734.png

Conclusion

Hope you enjoyed learning how to remove the default left padding in .NET MAUI NumericEntry.

Refer to our .NET MAUI NumericEntry feature tour page to learn about its other groundbreaking feature representations. You can explore our .NET MAUI NumericEntry documentation to understand its features and how to use it.

For current customers, check out our .NET MAUI components from the License and Downloads page. If you are new to Syncfusion, try our 30-day free trial to check out our .NET MAUI NumericEntry and other .NET MAUI components.

Please let us know in the following comments section if you have any queries or require clarifications. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!

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