I have a Winforms project that has been working just fine.
Recently, I decided to add an export to Excel spreadsheet feature. I am using the documentprocessing spreadsheet API. As soon as I perform a "new Workbook" call, my WinForms windows shrink if... and only if... I have the display font scaling set to 125% or more. It behaves fine at 100%.
Why if I instantiate a Workbook does it affect the WinForms views?