JVCL Help:TJvScrollingWindow.OnScrolling
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvScrollingWindow.OnScrolling Event
[+] TJvScrollingWindow Events
[+] TJvScrollingWindow Methods
[+] TJvScrollingWindow Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the user tries to scroll the scrolling panel by pressing a scroll button.
Pascal
propertyOnScrolling: TJvScrollingEvent;
Parameters
Parameters | Description |
Sender | The scrolling panel control the user tries to scroll. |
AllowChange | Indicates whether the scroll should be permitted. |
Kind | Specifies the kind of scroll. |
Description
Write an OnScrolling event handler to conditionally prevent the user from scrolling the scrolling panel. Set AllowChange to False to disallow any scrolling of the scrolling panel.
See Also
TJvCustomScrollPanel.OnScrolled, TJvCustomScrollPanel.ScrollAmount
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page