Method XbpListBox():setColumnWidth() Foundation

Sets the column width of a multicolumn listbox.

Syntax
:setColumnWidth( <nColumnWidth> ) --> lSuccess
Parameters
<nColumnwidth>
<nColumnWidth> is a numeric value specifying the width measured in pixels of the columns when the listbox is in multicolumn mode.
Return

This method returns the value .T. (true) if the column width could be set, otherwise it returns .F. (false).

Description

The :setColumnWidth() method sets the column width of listbox objects that have been set into the multicolumn mode. The multicolumn mode is activated when the :multiColumn instance variable is set to .T. (true) before :create() is called.

Multi-column mode is not supported for the listbox part of an XbpCombobox object.

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.