I am currently creating a winform and i am witnessing some very odd behaviour?
Basically in designer when adding a text box everything looks great in terms of sizing:
However once i run the application the following sizing issue is seen:
As you can see the text becomes tiny and the textbox shrinks with it? has anyone else come across this oddity and have an idea on how best to resolve?
EDIT Adding another image to show the issues which i still cannot fathom ie on testing multiple controls it appears to be related to the textbox and RichTextBox controls?
EDIT Issue Identified
I recreated a new winform application and tested post changes and found that the problem is related to adding the nuget package Fontawesome.sharp, as soon as a control from that package is added to the form then the input box-sizing all goes awry; at least i can use that to drill into it further now.