LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

grouping controls at runtime

I have a group of controls that I would like to move at runtime as a group and maintain their relative position. Like a custom control that contains several controls. I know I could do it manually but it would be a real pain. IS this possible?

Thanks,
Bill F
0 Kudos
Message 1 of 2
(2,366 Views)
You can control each with a property node. It shouldn't be that hard.
If your problem is that you don't want each of them to have a property node, you can collect their references into an array and use a for loop with one node, or you can place them into a cluster and move the cluster (functionality changed) or you can place them into a tab control and move the tab (no change).

In any case, you should be aware of the toll this will take on your PC and not do it all the time.

___________________
Try to take over the world!
Message 2 of 2
(2,361 Views)