Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
UltraToolbarsManager AutoScaleMode
posted

Is there a way to stop the tool bar from responding to changes in font size on the operation system?   I've tried setting AutoScaleMode on the form to None but this seems to have no effect on the toolbar.

Parents
  • 2197
    posted

    Hello.

    Are you interested in preserving the font size of text in various parts of the toolbar, such as the text of button tools, when the user changes the DPI of the screen by right clicking on the desktop of Windows 7 or Windows Vista and then clicks "Personalize"? When you do this you can use large fonts (125% larger) or extra large fonts (150% larger).

    When either of these settings are chosen everything displayed on the screen renders larger because it changes the DPI setting. Is this the change in font size that you are referring to? When the user changes the font size (DPI) of the operating system it makes sense to have the application respond. It would not be a very good UI if the user increased the font size to extra large (150%) and the size of the text in the toolbars remained the same while everything else on the screen increased.

Reply Children
No Data