Skip to content

ShariatPanah/ThousandSeparators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thousand Separators in .Net Maui Entry

2025-02-15_21-27-24

how to use:

add the ThousandSeparators.dll to your project's dependencies, then in Xaml file declare a namespace like this:

xmlns:controls="clr-namespace:ThousandSeparators.Controls"

<controls:CurrencyEntry
    HorizontalOptions="Fill"
    Keyboard="Numeric"
    Placeholder="Amount"
    UseSeparator="True" />

About

Thousand Separators in .Net Maui Entry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages