I created a custom UserControl that functions the same as numbericUpDown, but with various improvements. For example, it can display fractions. However, this control does not scale like some of my other controls in my form, making my user interface look awkward.
I played with AutoScaleMode of both the control and the parent control. Nothing seems to work, although setting AutoScaleMode to None seems less influential than other settings. I also tried manually reducing the size of the control in relation to the drop-down list next to it. This did not work. I'm pretty stuck, and I don't know how to counter this.

Any suggestions?
I provide an understanding of DPI for Win7 and higher.
Markp source
share