Gu.Wpf.NumericInput icon indicating copy to clipboard operation
Gu.Wpf.NumericInput copied to clipboard

Results 15 Gu.Wpf.NumericInput issues
Sort by recently updated
recently updated
newest added

After update tu Visual Studio 2022 when compiling prject in release has the error DecimalBox not found on namespace XML http://gu.se/NumericInput

If a `NumericBox` has the NumberStyle `HexNumber`, and the bound property has a default value other than `0`, the initial text is not being parsed correctly. Example code: Viewmodel.cs ```cs...

Hi. I've tried to bind decimal? to DecimalBox, but with any RegexPattern there is validation error. While there's no pattern removig value from decimalbox don't causes errors. I tried different...

I can't set formating with thousands separator. Locale cz-CZ try string format "#,##0.00" result is 1234,00 AllowThousands the target is: number is: 1234.567 > resulting string may be: 1 234,56...

Hi. I'm a newbie in WPF. Can you tell me why VS it tells me that `SelectAllOnGotKeyboardFocus` is not recognized? ``` xaml ... ... ... ``` My project is built...

I'm using dark theme from [Material Design in XAML](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit) toolkit. When disabling numeric input, background becomes white, while I'd like to keep it dark as the rest of the theme....

```xaml ``` ![jumpingnumbers](https://cloud.githubusercontent.com/assets/3984315/24149747/d9cb2906-0e43-11e7-8a04-d711aa74046f.gif)

Hello. Is it possible to ignore when entering invalid characters?

enhancement

- ResetValue - PassToBindingSource

enhancement

- TruncateToLimit - DisabledIfOverflow - Overflow

enhancement