This question comes form winform auto resize. After setting AutoResize and Dock property of my Form, the UI resizes nicely when changing DPI (going from desktop to laptop), except for one thing : the InputBox originally designed with fixed width to fit the length of user input shrank and user input no longer fits. Is there a way to set the InputBox width to always hold a number of chars?
Or, is there any way to force the InputBox to stay the same width when changing DPI?