JVCL Help:TJvCustomInspector.ScrollFactorV

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the multiply/division factor for vertical scrollbar settings.


Pascal

 functionScrollFactorV: Extended; virtual;


Description

ScrollfactorV determines the multiplication/division factor for setting the vertical scrollbar.
Because the windows scrollbar can only handle 16 bit values for thumbtracking messages, all values should be within -32768 .. 32767. The ImageHeight could be larger than that. To circumvent that, a factor is determined if the ImageHeight is to large such that the ImageHeight can be expressed as 32767.


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