Creating a Scrolling Window
To create a scrolling window:
- Create a window and set its properties as follows:
- Width/Height The initial display size. (Remember
that end users can resize a window at runtime if you allow them to.)
- Modal No. (A modal window cannot be scrollable.)
- H/V Scroll Bar Yes, for one or both. (Controls
the direction in which end users should be able to scroll the window.)
- Create a canvas for the window and set its properties as follows:
- Canvas Type Content.
- Width/Height Set so the canvas is larger
than its window.
- Window The name of the window you created
in Step 1.
- View H/V Scroll Bar Ignore. (These properties
apply only to a stacked canvas.)