> 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