Mar 19, 2018 03:28 AM
by NewUser
Questions:
1) Is it possible to set the program not to recycle back to the top of the image stack if one keeps scrolling downwards through the images in a particular series?
2) Is it possible to use a mouse button (e.g. scroll wheel click right, or scroll wheel click left) to move to the next series?
Thanks
Mar 19, 2018 09:05 PM
by

1) Yes, you can disable the "scroll wrap" in the options.xml file:
https://www.radiantviewer.com/dicom-viewer-manual/options_xml.htm
<browse>
<scrollwrap>1</scrollwrap> <!-- "endless" scrolling (0 - disabled, 1 - enabled) -->
</browse>
2) Currently it's not possible. We will add scroll wheel support (left/right) probably in the next beta version.
Mar 20, 2018 02:05 AM
by Guest
thanks!
Is there a way to put the image preview toolbar across the top instead of on the side as well?
Mar 20, 2018 07:22 AM
by

No, currently the series preview toolbar cannot be repositioned.