The TPrintPreview control handles the following mouse wheel movements:
-
WheelDown
Scrolls the current page up with the number of pixels specified inVertScrollbar.Incrementproperty. -
WheelUp
Scrolls the current page down with the number of pixels specified inVertScrollbar.Incrementproperty. -
Ctrl+WheelDownZoom out by the percentage specified in theZoomStepproperty. -
Ctrl+WheelUp
Zoom in by the percentage specified in theZoomStepproperty. -
Shift+WheelDown|WheelPress+WheelDown
Shows the next page. -
Shift+WheelUp|WheelPress+WheelUp
Shows the previous page.