Viscom Software Image Thumbnail CP ActiveX Control

ScrollBarType Property

Description:   

Set the Vertical or Horizontal scrollbar.

Usage:   

ImageThumbnailCP1.ScrollBarType[= value]

Data Type:   

Integer

0 -Vertical     
1 - Horizontal

Example:   

Private Sub Cmd_Click()
       ImageThumbnailCP1.ScrollBarType=1
        ImageThumbnailCP1.Refresh
End Sub