Method XbpListBox():setColumnWidth() Foundation
Sets the column width of a multicolumn listbox.
:setColumnWidth( <nColumnWidth> ) --> lSuccess
This method returns the value .T. (true) if the column width could be set, otherwise it returns .F. (false).
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.
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.