XceedBoucherS

Results 437 comments of XceedBoucherS

Hello which command are you talking about ? Is it suppose to be when you check the "Select All" checkBox or when you check the last CheckBox and all the...

Hi, Try to go in file Xceed.Wpf.Toolkit/Primitives/SelectAllSelector.cs, in method SelectAll(), and add the following in the foreach: if( this.Command != null ) { this.Command.Execute( item ); } You can do...

Hi, There is no release date planned yet, but I would bet for a few months. Thank you

Hi, Are you on Windows ? Currently, .NET5/6/7 is supported on Windows (even if it says .NET5). Moving the product on other platforms following the Microsoft recommandations relative to System.Drawing.Common...

Hi, I believe you are talking about the CheckComboBox control. Currently, you can set the AllItemsSelectedContent property so that when all items are selected, your text will be displayed. But...

Hello @c2056love , Could you attached a simple document to this thread so we could test ? Also could you pase the code you are using to insert the document...

@c2056love, When I open your link, it shows me the xceedsoftware/docx issues tab with no result matching the search. I can't see the sample.

Thank you for the sample, I was able to test it. My first impression is that Chart object do not merge smoothly with another document. I'll try to have a...

One of the problem comes from the fact that the chart contains a relation to an externalData (embeddings/Microsoft_Excel_Worksheet.xlsx). Without this external Data it should work. This fix should be included...

Hi, So if I understand correctly, you are : -loading a docx -calling document.InsertContent(HtmlParse(partnerReports.achievements), Xceed.Document.NET.ContentType.Html, targetParagraph) on that docx -calling DocX.ConvertToPdf() for that docx and the result is the html...