JVCL Help:TJvCustomListBox.MaxWidth
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomListBox.MaxWidth Property
[+] TJvCustomListBox Events
[+] TJvCustomListBox Methods
[+] TJvCustomListBox Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the horizontally scrollable width of the list box, in pixels.
Pascal
propertyMaxWidth: Integer;
Description
Use MaxWidth to specify the number of pixels by which the list box can be scrolled horizontally. If the actual width of the list box is smaller than MaxWidth, and ScrollBars equals ssHorizontal or ssBoth, the list box displays the horizontal scroll bar. If the actual width of the list box is equal to or greater than MaxWidth, the horizontal scroll bar is hidden.
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