JVCL Help:TJvItemViewerScrollBar

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 scrollbars allowed in a TJvCustomItemViewer.

run\JvCustomItemViewer.pas


Pascal

 run\JvCustomItemViewer.pas
 TJvItemViewerScrollBar = (
tvHorizontal,
tvVertical
);


Members

Members Description
tvHorizontal Items are arranged so that the height of the number of rows displayed never exceeds the client height of the control.
tvVertical Items are arranged so that the width of the number of columns displayed never exceeds the client width of the control.

run\JvCustomItemViewer.pas


Description

TJvItemViewerScrollBar defines which scrollbar is visible in a TJvCustomItemViewer when not all items can be displayed within the client area of the control.

run\JvCustomItemViewer.pas


About

Navigation

no pages or subcategories

run\JvCustomItemViewer.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