DicomObjects Reference
DicomObjects Reference / DicomViewer Object / UseScrollBars Property
In This Topic
    UseScrollBars Property
    In This Topic
    Description
    Determines whether scroll bars are used for over-size single images
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property UseScrollBars As Boolean
    Remarks
    If true (the default value), scroll bars are displayed when MultiRows and MultiColumns are both 1, and the image displayed (after zooming) is larger than the available area of the DicomViewer (in either dimension.  By setting this value to false, these scroll bars may be inhibited.
    See Also