09-05-2011 05:31 AM
Hello,
I wrote a LabWindows Programm and drew an according user interface for it. The Software is now used on a different computer which has much lower display resolution. This leads to the problem that not all of the content is visible.
Is there a way to scale the user interface relative to the available resolution without writing lots of code?
thanks in advance,
Christoph
Solved! Go to Solution.
09-05-2011 06:52 AM
You can use the Resolution Adjustment and Scale content on resize attributes of the panel, together with SetPanelSize, to obtain a complete scaling of panel and controls depending on the display resolution you are using. See this knowledgebase entry for additional details.