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 System | Yes |
Permissions | Read/Write |
Settable when the VI is running | Yes |
Loads the front panel into memory | Yes |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |