JVCL Help:TJvCustomListBox.MultiLine

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 items can appear on more than one row.


Pascal

 propertyMultiLine: Boolean;


Description

Use MultiLine to determine how the list box items are displayed. If MultiLine is True, an item is displayed on more than one row if that item contains a carriage return (#13) symbol. If ScrollBars is set to ssNone or ssVertical then the lines are wrapped if they are longer than the client width of the list box.
If MultiLine is False, the items are displayed on one row only.


See Also

TJvCustomListBox.ScrollBars


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