JVCL Help:TJvCustomScrollPanel.OnScrolled

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs after the user has scrolled the scrolling panel.


Pascal

 TJvScrolledEvent = procedure (Sender: TObject; Kind: TJvScrollKind) ofobject;
propertyOnScrolled: TJvScrolledEvent;


Parameters

Parameters Description
Kind Specifies the kind of scroll.
Sender The scrolling panel control that has been scrolled.


Description

Write an OnScrolled event handler to take specific action when the user finishes scrolling the scrolling panel.


See Also

TJvCustomScrollPanel.OnScrolling, 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