Front Panel Window:Minimum Size Property

LabView Local Project Settings

Front Panel Window:Minimum Size Property

Short Name: FP.Minimum Size

Installed With: Base Package

Class: VI Properties

Minimum size of the front panel window in pixels. If Front Panel Window:Resizable is TRUE, the user cannot resize the front panel smaller than the width and height you wire to this property.

You cannot size the window smaller than one pixel in either dimension. If you set a pane to a size at which the scroll bars encroach on the content area's minimum size, LabVIEW hides the scroll bars. When you size the pane larger, the scroll bars appear again. For single-pane front panels, minimum size refers to the content area of that pane, not including the scroll bars. For multi-pane front panels, minimum size refers to the entire front panel, including any visible scroll bars.

This property is similar to the Minimum Panel Size section of the Window Size page of the VI Properties dialog box.

Elements

Name Description
Horizontal The minimum width of the front panel window in pixels. This value cannot be less than 1.
Vertical The minimum height of the front panel window in pixels. This value cannot be less than 1.

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsRead/Write
Settable when the VI is runningYes
Loads the front panel into memoryYes
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo