JVCL Help:TJvCustomListBox.OnHorizontalScroll
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomListBox.OnHorizontalScroll Event
[+] TJvCustomListBox Events
[+] TJvCustomListBox Methods
[+] TJvCustomListBox Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the user scrolls the horizontal scroll bar with the mouse or keyboard.
Pascal
propertyOnHorizontalScroll: TJvScrollEvent;
Description
Write an OnHorizontalScroll event handler to respond when the user scrolls the horizontal scroll bar. Set parameter DontScroll to False to prevent the list box's horizontal scroll bar to scroll in response of this event. Set DontScroll to True to allow the list box's horizontal scroll bar to scroll. Use parameter Msg to determine whether to set DontScroll to True or False.
See Also
TJvCustomListBox.OnVerticalScroll
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