Resize problem using AcroPDF in Delphi
问题 I successfully added AcroPDF in my application. When a PDF needs to be displayed I create an instance of AcroPDF dynamically and insert it into a TPanel with align set to alClient. My problem is that when the Form/Panel is resized the AcroPDF does not follow. Only if a new file is loaded. I tried several solutions to no avail. What should I do? 回答1: It's a problem with recent versions of the Adobe OCX control, which you can work around by refocusing the control. In a preview dialog I have