ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

set maximum panel size

Hi,

I would like to know how can I set the maximum panel size, in order that when I maximize it with a state property node set to 5 (maximized) when I open it, it don't pass the size I want for that panel.

How Can I do It? I can set the minimum panel size, in File->Vi properties->Window size but I can't set the maximum panel size?

Thanks,

ToNi.
0 Kudos
Message 1 of 2
(3,124 Views)
Setting the State property node to maximized makes the window take up the entire screen; setting it to minimized shrinks the window to the taskbar.  Use the Front Panel Window: Window Bounds property to control the size of the window programmatically.
0 Kudos
Message 2 of 2
(3,111 Views)