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
335
Change font size of the application
posted

hi,

I have a windows form application. Is there any easy way that I can change the font size of the whole app using any of the Infragistics controls? I need something like a button that when clicked, increases the font size of the whole windows application.

Sorry this is not the correct sub-forum to post this. But I don't know where this subject should go.

Thanks in advance.

Tony.

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Tony,

    Most controls pick up their default font from the form they are on. So changing the Font on the form(s) should work - unless you have set specific fonts on your other controls.

    Another option might be to use Application Styling. You could create a style library in code and set the font on the base UIRole. Check out this thread: Change font at runtime - Infragistics Forums

     

Children
No Data