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.
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