You can turn the scroll bars off for document windows or for a specific page. You can also display only the horizontal or vertical scroll bar, or turn both scroll bars back on.
To display or hide the scroll bars in a document window:
· Use the IN_SetDocumentScrollBars function.
To display or hide the scroll bars for a specific page:
· Use the IN_SetPageScrollBars function.
In external document windows, you can define whether scroll bars are displayed when you open documents with the IN_OpenExternalDocumentWindow and the IN_NewExternalView. functions
See also