XceedBoucherS
XceedBoucherS
Hello, I could try to help you. Could you give more details please ? Could you submit the code you are using so we can test the same as you...
This will be part of v4.3.
Hi, Thank you for pointing this out. It will be fixed in the next release: v4.1. Other controls have been reviewed in order to use the ContentStringFormat property like _DropDownButton_...
Hi, Thank you for reporting this. We will look to add a property to modify the CaretBrush to the Toolkit controls, so users won't have to redefine templates.
Hi, I'm not sure what exactly you are trying to do without a complete sample, but if I use a CheckListBox and a ListBox ans set their style, a similar...
Hi, If you define a DatetimePicker like this: then yes, the default time part is 12:00 AM. But if you define a DateTimePicker like this: and selects a date from...
Using v3.8, I can see a DateTimePicker showing : "Wednesday, February 19, 2020 11:50:11 PM"
Hi TimKras, I installed Toolkit v3.8.1 via Nuget and this is my configuration: public MainWindow() { InitializeComponent(); dateTimePicker.Value = new DateTime( 2020, 02, 19, 23, 50, 11 ); dateTimePicker.Value =...
Thank you for the tip, I was able to reproduce the bug. This only happens in code-behind, when modifying more than once the DateTimePicker.Value. It will be fixed in v4.1....
So maybe you need to wait for v4.1 to have the fix. If not, you can go in file Xceed.Wpf.Toolkit/DateTimePicker/Implementation/DateTimePicker.cs and: 1) add a new bool variable 2) in OnValueChanged()...