Solution
The standard way to set a Front Panel to automatically adapt to the screen's resolution is to configure it in the VI Properties:
- In LabVIEW, go to File >> VI Properties.
- Choose Window Size from the Category dropdown.
- Check the Maintain proportions of window for different monitor resolutions checkbox.
If you want the objects of the Front Panel to scale automatically as the window resizes, you can check the Scale all objects on the front panel as the window resizes checkbox as well. This will adapt all your front panel objects to the detected resolution. Note that this could lead to unwanted changes to the position and size of the objects.
