Hi,
We have a UserControl that consists of a picture, some TextBlocks and the Syncfusion PropertyGrid. We are trying to print the UserControl but we've run into a problem with the PropertyGrid.
The PropertyGrid doesn't show any items when printed. The PropertyGrid itself shows up with the ButtonPanel and SearchBox, but without the items. We've tried other controls and they do work. After trying some things before printing (eg. Measure, Arrange, RefreshPropertyGrid), we have found that Application.DoEvents does render some of the items in the PropertyGrid. However, the results aren't consistent and reliable.
My question: is there something we can do before printing that renders all the items for the PropertyGrid?
Best Regards