XceedBoucherS

Results 428 comments of XceedBoucherS

Hi Yes, Community releases are not released faster in order to be at the same line as the Plus version. v3.6 was released in Sept 2019 v3.7 was released in...

Hi, if you want the Toolkit for .NET Core, you need to buy the _Plus_ version. This feature is only part of the _Plus_ version of the Toolkit. You can...

Hi lxman, If I run your sample with the latest v4.1 version of the Toolkit, available on NuGet, it works : the ItemSelectionChanged event is fired on every click/unclick of...

Hi, These 2 issues are already fixed in the latest v3.8 version, available for free for 45 days here : https://xceed.com/xceed-toolkit-plus-for-wpf/. You can try it to see if it fixes...

Hi, The open source version is still maintained. It is always about 2 or 3 versions behind the commercial version, has less features, and support is not as fast as...

Hi, I believe you are talking about the Xceed DataGrid for WPF. This forum is for the Free Open-Source Toolkit. The Xceed DataGrid for WPF is not part of the...

Hi, Try adding a scrollViewer :

Hi, You could always try to use your own MaterialTextField and call a SelectAll() on the MaterialTextBox's TextBox when the MaterialTextBox gets the focus: public class MyMaterialTextField : MaterialTextField {...

Yes, I know. Even if the MaterialTextField derives from TextBox, it has a completely redefined template. So the MaterialTextField.SelectAll() method(from TextBox) won't work. We could internally call the SelectAll() method...