Unfortunately it’s a bug with WebListbox and variable width columns: <https://xojo.com/issue/29347>
Define your column widths with an actual number and the issue goes away.
Ah damn…
However, even defining the widths with actual numbers doesn’t work around the problem.
I changed the above WebListbox.ColumnWidths to 261,100,100,100,100 (total width = 661) and get exact same problem.
[quote=373635:@Massimo Valle]Ah damn…
However, even defining the widths with actual numbers doesn’t work around the problem.
I changed the above WebListbox.ColumnWidths to 261,100,100,100,100 (total width = 661) and get exact same problem. :([/quote]
I find that I need to use actual widths like you do above, but you must allow for the space between columns when you do your math. So in the example above, you will need a WebListBox that is wider than 661.