Method XbpListBox():setItemsHeight() Foundation

Sets the display height of each item in the list box.

Syntax
:setItemsHeight( <nPixel> ) --> lSuccess
Parameters
<nPixel>
<nPixel> specifies the height in pixels of individual items in the list box.
Return

This method returns the value .T. (true) if the display height for items in the list could be set, otherwise .F. (false) is returned.

Description

The method :setItemsHeight() sets the height of the items in the list box. A numeric value must be specified that specifies the number of pixels in the y direction for each item.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.