LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i adjust the margins of the front panel and the diagram.

I have tried to reduce it with the page setup. It does not seem to work.
0 Kudos
Message 1 of 4
(2,661 Views)
You can use vi server, and get and set front panel size using property nodes.
Hope this helps
0 Kudos
Message 2 of 4
(2,661 Views)
When i use property nodes to set front panel size, the size of the panel window changes but the left, right,top and bottom margins inside the window are not changed. iam interested in changing these margins. Can anyone help.
0 Kudos
Message 3 of 4
(2,661 Views)
> When i use property nodes to set front panel size, the size of the
> panel window changes but the left, right,top and bottom margins
> inside the window are not changed. iam interested in changing these
> margins. Can anyone help.

Use the VI Class property FP.origin. This controls the origin, the
scroll position of the VI panel. You probably want to read it,
modify it, and write it back.

Greg McKaskle
0 Kudos
Message 4 of 4
(2,661 Views)