Listbox(Jeremie) cell value is changed with column value

Hi,

When I resize headings in listbox(Jeremie), the top-left most cell value is changed with the column number I try to resize. It means that the original cell value is gone and is replaced with the column number. With the normal listbox(Xojo) instead of Jeremie listbox, this issue doesn’t happen at all.
Even though, I tried to disable ‘Column resizable’ this issue happens.

I really need your help for this issue.

I think this is a product issue.
Does anyone have an idea to work around for this issue?

[quote=187253:@changwon lee]I think this is a product issue.
Does anyone have an idea to work around for this issue?[/quote]

Save the value and reinstate it when you see it has been replaced. If you cannot find an event that fires when a column has been resized to do so, use a timer to monitor the content of the cell.