Floating width for WebListBox eliminates Scrollbar

In the old API, if the data for a cell is too long to fit in the cell, the data is truncated. In the new API, the column is made wider. This causes the width of the listbox to get bigger with a horizontal scrollbar appearing. To eliminate this enter 0 as the width of the listbox and it will self adjust its width as needed. It appears to work better if nothing is entered for column widths.

1 Like