JVCL Help:TJvListBox.MultiLine
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvListBox.MultiLine Property
Search in JVCL Help
Search in all projectsSummary
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