
In my WPF application, I have a host window which dynamically holds usercontrols at runtime for doing the flip, fade etc. My user controls are forms with the controls like textbox, combobox etc. The dropdown’s text size is not proportional to the size of the combobox. Is there any way to sort this out?
It looks like the
FontSizeof yourComboBoxis different from theFontSizeof yourComboBoxItems.Try making both the same
FontSizeand see if that fixes the issue