I shouldn't have troubled anyone w/ my question, because it was right there under Options... Block Diagram.
Anyway, thanks for replying. But you've opened up what is sort of a can of worms for me.
I'm sort of not the biggest LabVIEW fan because of the block diagram & pushing pixels around.
I love all the code management features that are builtin (& much improved in LV7 & 8), and all the builtin/available code, so that's why I remain a fan.
But the block diagram is really troublesome to me, because if I:
1. made everything fit on 1 screen by using sequence structures heavily, I have trouble fitting all of the flow control structures (i.e., sequence, while, for & case structures), particularly if I'm writing a user interface & have a lot of Open/Prop...Node/Close -- and especially if they are operating on structures/clusters (i.e., Open VI ref => Property Node/Arr Elem => Close & [ArrElem feeds:] Property Node/Controls[] => More Specific ... => ...
2. don't fit everything in 1 screen, I get lost as to where I am within the flow control structures.
I started out doing #2 for a couple years, then went to style #1.
Any thoughts or articles you can refer me to?