VISIO::NOTEBOOK_SCROLL
(int notebook, int flag)
Description: Sets the scroll
property in a notebook. When the amount of tabs is too much to show a
scroll widget appears. This property default is set to 'TRUE'.
Passing a '0' will disable the scroll property, '1' will enable it
again. This property currently does not work in de Win32 version of
Visio.
Example: VISIO::NOTEBOOK_SCROLL
(notebook, 0)