XceedBoucherS

Results 434 comments of XceedBoucherS

Hi, This actually works in Toolkit v3.4 and up, as stated in the release notes : https://xceed.com/release-notes/#toolkit-wpf-3.4.17280.14430 When the PropertyGrid is ReadOnly and contains any property types mentionned, the Collection...

Hi, Good catch. Thank you for reporting this. It will be fixed in the next release v4.1.

Hi, currently, you can't....unless you modify the default templates. If you go in file -Xceed.Wpf.Toolkit/Primitives/Themes/Aero2/WindowControl.xaml (for Windows 8 an up) -Xceed.Wpf.Toolkit/Primitives/Themes/Generic/WindowControl.xaml (for other Windows) and set a CornerRadius of 5...

Hi, Could you attached a complete sample so we could have the exact same sample as you to test ? Thank you.

Hi, thank you for the sample. The issue has been identified and will be fixed in v4.3. In the meantime, you can go in file Xceed.Wpf.Toolkit/PropertyGrid/Implementation/PropertyGrid.cs, In method PropertyGrid_PropertyValueChanged and...

Hi, I'm not sure what the AutoFilterDataGrid does, but the NullRefException comes from the AutoFilterDataGrid.dll. Replacing the "afdg:AutoFilterDataGrid" in xaml by the default "DataGrid" do not throw NullRefException. For DataGridExtension,...

Hi, following your comment, the file AutoHideWindow has been reviewed. The fix will slightly differ from your solution. Here's how it will react in v4.3: There will be 2 timers....

Hi, Are you using the the Full version of _Xceed Toolkit for WPF_ ? If yes, please contact Xceed at [email protected] to get help. If not, please note that the...

Hi, What kind of control are you looking for ? What do you expect to do with it ? Thank you.

Hi, I cannot reproduce this. Here's my sample: ` `