How the UltraToobar Ribbon do Support HiDPI (DPIAeware mode)
How about Image scaling on small and large appearance, do we need setup images sizes manually per screen DPI ?
Could your provide a small BLOG Article about Infragistics WinForm Controls on Hight DPI
Hi Irakli,
Thank you for posting in our forums!
Our entire set of components rely on .NET framework and Windows’s automatic scaling approach for Windows Forms. Automatic scaling enables a form and its controls, designed on one machine with a certain display resolution or system font, to be displayed appropriately on another machine with a different display resolution or system font.
Rendering Ribbon’s image correctly and not applying whitespaces or unused space on different DPI screens requires a set of predefined images or image list with the same image but in different dimensions. Based on the current DPI settings you should invoke and render the appropriate image.
Looking through our blog articles, it seems that we don’t have specific one for Infragistics Window Forms components and how they scale on different DPI screens. However, it is a great idea to have a guideline article on this topic and I will propose it to our team to be one of the next engineering blog posts.
Ivaylo,
Thank you for the explanation. We are facing a similar issue. All our Winforms app would size properly, but our winform app also contains some WPF controls. In the moment when we load these ( I assume when we initialize th WPFApplication object) the scaling does not work properly any more.
Do you have any experiences or workarounds for that?
THX & BR
Andreas