we have a listview with several docs to choose from.
If we navigate thru the list using the keyboard, we load the currently selected document to the viewer.
Now the problem takes place:
calling
Code: Select all
axCoPDFXCview1.DoVerb(null, "ExecuteCommand", "FitPage", out dataOut, 0);
You can reproduce the problem with your modified openDocument example.
Just load a document, use "tab" to navigate to the "FitPage" button and press enter.
Now keyboard navigation has gone...
Best regards
cew