JVCL Help:TJvItemViewerScrollBar
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvItemViewerScrollBar type
Search in JVCL Help
Search in all projectsSummary
Specifies the scrollbars allowed in a TJvCustomItemViewer.
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. |
Description
TJvItemViewerScrollBar defines which scrollbar is visible in a TJvCustomItemViewer when not all items can be displayed within the client area of the control.
About
no pages or subcategories
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