XceedBoucherS

Results 437 comments of XceedBoucherS

Hi @KevinStreetCoder , If you bought the product, I invite you to contact the Xceed support at [email protected]. Explain the problem, give them code so they can test the issue...

Hi, Yes, here's a workaround for NumericUpDown controls, until a fix is applied: Create your own IntegerUpDown (or any other NumericUpDown control) and modify the inner TextBox's CaretBrush: `public class...

Hi @BlyZeYT , You can't do the changes with a NuGet package. You will have to remove the NuGet package from your app, download the code from GitHub (https://github.com/xceedsoftware/wpftoolkit), make...

Hi @mstefarov , What version are you refering to ? On GitHub, the latest version of Wpf Toolkit is v4.5. Where did you get thos v4.6 and v5.0 versions ?...

Hi, What exactly are you doing to see this exception ? Please send us a sample so we can reproduce it. Thanks

Hi, Could you submit a sample so we could teste the same scenario as you ? What exactly is your SelectedContent you are trying to bind to ? Was this...

Hi, Thank you for your sample. It was much easier to test your scenario. v4.5 included a fix to prevent a bug happening on the click of a TabItem. We...

Hi, You are right ! This will be fixed in v4.6 In the meantime, here's a workaround : Use your own CheckComboBox and override the UpdateText() method: `public class MyCheckComboBox...

Hi, What would you like the behavior to be when clicking in the DateTimePicker ? No selection ? The currentDateTimePart ? Thank you

Hello, Can you confirm that this is happening only in v4.4 and over ? Do you have more details ? Thank you