DicomObjects Reference
DicomObjects Reference / DicomViewer Object / MultiRows Property
MultiRows Property
Description
Controls the layout of images within the control
Property type
Read-write property
Syntax
Visual Basic
Public Property MultiRows As Integer
Remarks
If either MultiRows or MultiColumns is greater than 1, then the display area is sub-divided into a matrix of equally sized cells, each displaying an image.
If only a single image cell is displayed, then it may be scrollable, if necessary, using standard scroll bars, but if either MultiRows or MultiColumns is greater than 1, then the scroll bars are not displayed.  Positioning of the individual images then becomes the responsibility of the container, by use of the image’s ScrollX and ScrollY properties.  If UseScrollBars is false, then scroll bars are not displayed, regardless of any other criteria.
See Also