I handle this with arrays of references. When you need to perform the same action on multiple controls throughout an application you can hold an array with control references of the group you wish to change, then use an auto-indexed array with the property node(s) you want to alter, this will change all the controls in "one line of code" (LV equivalent), you can even alter the group of controls on the fly by adding or removing references in the array. Although this does require some programming, it is relatively minimal.
Paul