JVCL Help:TJvInspector.UseBands

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates if inspector bands are used.


Pascal

 propertyUseBands: Boolean;


Description

UseBands indicates if inspector bands are used. Bands are resizable inspector columns, where each column will contain a number of items. The number of bands and items per band are calculated on each resize. When using bands (UseBands is True), the inspector will never show a vertical scroll bar, but a horizontal scroll bar can appear if more bands are shown than actually fit in the control. When not using bands (UseBands is False), the inspector will never show a horizontal scroll bar, but a vertical scroll bar may appear if more items are shown than actually fit in the control.


See Also

TJvCustomInspector.BandWidth


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