XceedBoucherS

Results 437 comments of XceedBoucherS

Hi, I can confirm this happens in v4.4 and over. I just made a fix related to this. It will be part of v4.7. Thank you for pointing this out.

Hi, You must redefine the SpinnerButtonStyleKey. Here's an example: xmlns:themes="clr-namespace:Xceed.Wpf.Toolkit.Themes;assembly=Xceed.Wpf.Toolkit" ` ` Thank you

Hi, Please specify exactly your steps or by submitting a sample because I can't reproduce this issue. -I created a new WPF NET Framework sample -Used NuGet Package Manager to...

Hi, could it be related to the MaterialDesignTheme ? Can you remove that theme to see ? The expander should be on left, with Black Foreground. Here's my version: ![image](https://github.com/xceedsoftware/wpftoolkit/assets/29377763/021fb8f1-811e-47cb-ad78-98c390f880a4)...

Hi, This issue has been fixed. The fix will be part of v4.7. In the meantime, you can go in file Xceed.Wpf.Toolkit/PropertyGrid/Implementation/PropertyGrid.cs, in the constructor, and replace: PropertyDefinitions = new...

Hello, I've created a basic sample based on yours : ![image](https://github.com/xceedsoftware/wpftoolkit/assets/29377763/eb605cf4-5c83-405b-8ffb-e22e2f231527) public MainWindow() { InitializeComponent(); this.DataContext = new List() { new TimeSpan(9, 11, 32), new TimeSpan(21, 5, 14), }; }...

Hi, Thank you for the feedback. I was able to reproduce the issue. It will be fixed in the next release. If you want a quick fix, you can go...

Hi, Thank you for the request. You are right ! This will be fixed in the next release. In the meantime, if you have the source code for Toolkit WPF,...

Hello, Can you submit a sample so we could test this on our side ? Please specify exactly the steps to reproduce the problem. Thank you

Hi, We can reproduce the issue. Thank you for your sample code. The problem is that all the bindings are evaluated when the XAML is read at the startup. So...