xceed.com

Results 13 comments of xceed.com

BoucherS[CodePlex] We also need to find a way to raised the CollectionControl.ItemAdded event from CollectionCollection that could be available to user.

BoucherS[CodePlex] Hi, This will be fixed in v3.4. ―――― Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF

BoucherS[CodePlex] Hi, This will not be possible in v3.1 or earlier. v3.2 introduces a fix for this. You will be able to set the Zoombox.ViewFinder property to your viewFinder which...

Boumbles[CodePlex] In particular. We get this if the application is running and the user accesses the machine it's running on via remote desktop. This only occurs if the machine is...

Boumbles[CodePlex] We are still getting this in v2.9.0. I've added a catch for Win32Exception in the override of WndProc in LayoutAutoHideWindowControl to avoid crashes but I don't feel this is...

BoucherS[CodePlex] Hi, I suggest you wait for v2.9 and try it again. v2.9 OpenSource should be released shortly.

lalle1[CodePlex] We get the same problem with version 2.8 on windows 2012

BoucherS[CodePlex] Hi, This will be fixed in v3.4. ―――― Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF

BoucherS[CodePlex] Hi, This is already fixed. The fix will be included in v3.1. Thanks.

luldek[CodePlex] I solved my problem subclassing and overriding: class DateTimePicker: Xceed.Wpf.Toolkit.DateTimePicker { protected override void PerformMouseSelection() { base.PerformMouseSelection(); // handle seconds input if (TextBox.SelectionStart == TextBox.Text.Length - 1 TextBox.SelectionLength ==...