JVCL Help:TJvOwnerDrawViewerOptions.ScrollBar

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines how items are arranged in the control.


Pascal

 propertyScrollBar: TJvItemViewerScrollBar;


Description

Use ScrollBar to determine how items are arranged in the control and which scroll bar is shown when the items don't fit in the current ClientRect. When ScrollBar is tvHorizontal, the control displays as many rows as possible and determines the number of columns based on the number of rows. If all items can't fit into the current ClientRect, a horizontal scrollbar is displayed. When ScrollBar is tvVertical, the control displays as many columns as possible and determines the number of rows based on this value. If all items can't fit into the current ClientRect, a vertical scrollbar is displayed.


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