Member variable XbpListBox():adjustHeight Foundation

Adjusts the height of the listbox so that the items displayed are entirely visible.

Attribute: EXPORTED
Data type: Logical (.F.)
Description

By default the instance variable :adjustHeight contains the value .F. (false). When this instance variable contains .F., the listbox is displayed with the height specified in the parameter <aSize>. The last item shown in the list might be only partly visible with part of the text cut off. If this instance variable is set to .T. (true), the height of the display window is adjusted so that it is a multiple of the display height of a single item. When this instance variable is set to .T., the entire height of the last item in the display window is always visible.

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.