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. Follow these steps to access the window size properties:
- In LabVIEW, go to File >> VI Properties.
- Choose Window Size from the Category dropdown.
- Check option Maintain proportions of window for different monitor resolutions.
If you want the objects of the Front Panel to scale automatically as the window resizes, you can check the second option as well. This will adapt all your objects in the front panel to the detected resolution. Note that this could lead to unwanted changes to the position and size of the objects.