JVCL Help:TJvPreviewControl.TopRow

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the current topmost visible row of pages.


Pascal

 propertyTopRow: Integer;


Description

Use TopRow to specify which row of pages to display at the top of the control. TopRow is dynamically changed when the user scrolls the control using the scroll bars.


About

Notes

TopRow acts on a row basis, that is, if Cols is 2 and you TopRow is 2, the topmost displayed pages would be 4 and 5 (TopRow is 0-based) but if Cols is 1 and TopRow is 2, the top page would be 2 as well.


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