JVCL Help:TJvCustomListBox.OnVerticalScroll

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the user scrolls the vertical scroll bar with the mouse or keyboard.


Pascal

 propertyOnVerticalScroll: TJvScrollEvent;


Description

Write an OnVerticalScroll event handler to respond when the user scrolls the vertical scroll bar. Set parameter DontScroll to False to prevent the list box's vertical scroll bar to scroll in response of this event. Set DontScroll to True to allow the list box's vertical scroll bar to scroll. Use parameter Msg to determine whether to set DontScroll to True or False.


See Also

TJvCustomListBox.OnHorizontalScroll


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