JVCL Help:TJvCustomListBox.ScrollBars

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines whether the list box control has scroll bars.


Pascal

 propertyScrollBars: TScrollStyle;


Description

Use ScrollBars to give a list box control horizontal or vertical scroll bars. ScrollBars can take one of the following values:

Value Meaning
ssNone The control has no scroll bars. If MultiLine is set to True, the items are wrapped if they are longer than the client width of the list box.
ssHorizontal The control may have a single scroll bar on the bottom edge.
ssVertical The control has a single scroll bar on the right edge. If MultiLine is set to True, the items are wrapped if they are longer than the client width of the list box.
ssBoth The control may have a scroll bar on both the bottom and right edges.


See Also

TJvCustomListBox.MultiLine


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