wpf-currency-textbox icon indicating copy to clipboard operation
wpf-currency-textbox copied to clipboard

A WPF TextBox for entering a currency value

Results 3 wpf-currency-textbox issues
Sort by recently updated
recently updated
newest added

Hi @mtusk , Context menu is not showing when user performs a right-click on the currency control. ` ` Any help on this will be appreciated. Thanks in advance.

When string format is setted to N0 on backspace press zero add to value i.e. value = 1,200 + backspace pressed = 12,000

Added option to put a minimum and maximum value on the input. Should not break any existing code because the properties default to decimal.MinValue and decimal.MaxValue. Also added a .gitattribute...