JVCL Help:TJvContentScrollDirection

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type used to specify the direction of the scrolling.

run\JvContentScroller.pas


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.

run\JvContentScroller.pas


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.

run\JvContentScroller.pas


About

Navigation

no pages or subcategories

run\JvContentScroller.pas



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