ScrollBars  Property

Description         Determines whether the BIDisp control can scroll images.

Usage                  [form.] BIDisp.ScrollBars [=  setting]

Settings               The  ScrollBars property settings for a TIFF control are:

 

Setting                                Description                                                               

tifsbNone = 0                     (Default) None. The control has no scroll bars.

tifsbHorizontal = 1            Horizontal. The control has horizontal scroll bar.

tifsbVertical = 2                Vertical. The control has vertical scroll bar.

tifsbBoth = 3                      Both. The control has both horizontal and vertical scroll bars.

Remarks             Scroll bars appear if any part of the current image is out of the window area of a control. The appearance of an image depends on the setting of the ScaleMode property.

Data Type          Integer (Enumerated)

Available            þDesign-Time      þRun-Time Read      þRun-Time Write

See Also              ScaleMode Property