LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Window and content rescaling according to display resolution

Solved!
Go to solution

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

0 Kudos
Message 1 of 2
(2,958 Views)
Solution
Accepted by topic author MrWhite

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.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 2
(2,954 Views)