Interactively or programmatically set whether all front panel objects scale with the front panel window.

To set all front panel objects to scale automatically when the front panel window resizes, complete the following steps.

  1. Select File » VI Properties.
    The VI Properties dialog box appears.
  2. Select Window Size from the Category pull-down menu.
  3. Place a checkmark in the Scale all objects on front panel as the window resizes checkbox.
    Note LabVIEW disables this option when you add a splitter bar to the front panel. A splitter bar divides the front panel into multiple panes. If your front panel includes multiple panes, you must configure the panes individually. To do so, right-clicking the scroll bar of the pane and select Pane Sizing » Scale all Objects with Pane.
  4. Click OK to save the changes.

After you save the changes, resizing the front panel causes all front panel objects to resize and reposition themselves relative to their original locations.

You can use the Set Scaling Mode method to set all front panel objects to scale programmatically.