Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 746 Bytes

File metadata and controls

22 lines (15 loc) · 746 Bytes

TPrintPreview Mouse Wheel Functions

The TPrintPreview control handles the following mouse wheel movements:

  • WheelDown
    Scrolls the current page up with the number of pixels specified in VertScrollbar.Increment property.

  • WheelUp
    Scrolls the current page down with the number of pixels specified in VertScrollbar.Increment property.

  • Ctrl+WheelDown Zoom out by the percentage specified in the ZoomStep property.

  • Ctrl+WheelUp
    Zoom in by the percentage specified in the ZoomStep property.

  • Shift+WheelDown | WheelPress+WheelDown
    Shows the next page.

  • Shift+WheelUp | WheelPress+WheelUp
    Shows the previous page.