LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Placing a control inside a box or frame

Solved!
Go to solution

Is there a way to place a control, or several controls, inside a box or frame such that when the frame is moved, the controls move with it?

0 Kudos
Message 1 of 4
(2,314 Views)

I assume you want this box or frame primarily for decorative purposes?

What would cause the box or frame to move?

 

If it is just a decoration, you could programmatically move the decoration and the associated controls the same amount.

 

What might be easiest is to place the controls in a cluster.  Design the cluster to have the appearance you want.  Then you just programmatically move the cluster and everything inside would automatically move with it.

0 Kudos
Message 2 of 4
(2,306 Views)
Solution
Accepted by topic author MaxYaffe

Assuming you're using LabVIEW, you can group controls and decorations using the button on the toolbar.

 

Group.png

0 Kudos
Message 3 of 4
(2,299 Views)

Thanks.  That was what I was looking for.

0 Kudos
Message 4 of 4
(2,295 Views)