You don't really need to set the number of strips any more - it's all
done adaptively. You can control the default and minimum height for
strips on Graph->Properties, and then the Strips tab.
And then these are defaulted with these cdsenv settings:
viva.rectGraph stripHeight string "50"
viva.rectGraph minStripHeight string "32"
viva.rectGraph digitalStripHeight string "32"
viva.rectGraph maxDigitalStripHeight string "40"
viva.rectGraph minDigitalStripHeight string "32"
Note that all strips do not have to be the same height any more - you
can grab the top or bottom edge of the current strip and resize it to
make it bigger, and do RMB->Lock to lock or unlock the size of a strip
to stop it auto-resizing as more strips get added or as other strips are
resized.
We essentially use this size information to control whether it squeezes
in more strips or adds scroll bars.
Regards,
Andrew.