JVCL Help:TJvCustomListBox.ScrollBars
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomListBox.ScrollBars Property
[+] TJvCustomListBox Events
[+] TJvCustomListBox Methods
[+] TJvCustomListBox Properties
Search in JVCL Help
Search in all projectsSummary
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
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