VI class/Front Panel Window.Minimum Size property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 265
Scope Basic Development Environment
Data Name Minimum Panel Size
Short Name* FP.Minimum Size
Long Name* Front Panel Window:Minimum Size
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Data Type Numeric Cluster TypeDef data type

Numeric Cluster TypeDef

Property Node Front Panel Window:Minimum Size
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Available with control VIsNo
Available with global VIsNo
Available with polymorphic VIsNo
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Must wait until user interface is idleNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

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.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links