JVCL Help:TJvContentScrollDirection
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvContentScrollDirection type
Search in JVCL Help
Search in all projectsSummary
Type used to specify the direction of the scrolling.
Pascal
run\JvContentScroller.pas
TJvContentScrollDirection = (
sdUp,
sdDown,
sdLeft,
sdRight
);
Members
Members | Description |
sdUp | Use sdUp to scroll contents from the bottom to the top. |
sdDown | Use sdUp to scroll contests from the top to the bottom. |
Description
TJvContentScrollDirection is the type used to indicate the direction of the scrolling inside the control: from bottom to top or from top to bottom.
About
no pages or subcategories
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