JVCL Help:TJvImageViewerOptions.ScrollBar

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies which scrollbar is displayed when items cannot fit within the client rect of the control.


Pascal

 propertyScrollBar: TJvItemViewerScrollBar;


Description

Set ScrollBar to tvHorizontal to display a horizontal scrollbar when the items cannot fit inside the client area of the control. Set ScrollBar to tvVertical to display a vertical scrollbar when the items cannot fit.


About

Notes

Although the control publishes the HorzScrollBar and VertScrollBar properties, do not use these to set the Visible property of the scrollbars since it will be changed immediately by the control. HorzScrollBar and VertScrollBar are published by the ancestor TScrollingWinControl and thus cannot be unpublished again.


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